I'm using emacs 24 and solarized color theme.
When Emacs starts up, it prompt me with "Loading a theme can run Lisp code, really load?".
When I answer with "yes", it continues to "Treat this theme as safe in future sessions?".
If I say "y", the theme gets loaded, and
(custom-set-variables
(custome-safe-themes (quote ("..." default))))
gets added to ~/.emacs automatically.
However, those questions come back every time I open Emacs!
What's the proper way to turn those off?