My Emacs always prompts me if it should trust selected colour theme or not. I always answer y
and y
to trust and remember my choice. I'm loading colour theme manually:
(load-theme 'my-favourite-theme)
I suppose this is because easy customizations are placed below colour theme loading. Is it some way to fix it? Or should I just delegate colour theme loading to easy customizations too?