Setting Emacs 24 color theme from .emacs
问题 I have the following code in my .emacs: (if (null window-system) (progn (require 'color-theme) (color-theme-initialize) (color-theme-simple-1))) When I open Emacs on the console, I can verify that the progn block runs (by a (message "Got here.") ), and I see a flash that suggests that the color theme was loaded, but if it was loaded, it is overridden by something else. If, after loading, I open my .emacs file and submit the block above using C-x C-e , it works. I've tried doing: (add-hook