When I open a new frame in emacs, none of the settings in my .emacs file are evaluated unless I open the file and evaluate the buffer manually. Is there a secret that I am missing? Some bit of magic in my .emacs file that should handle this?
feedback
|
|
To define colors in all emacs frame, one can change the default face:
Or use default-frame-alist:
I've both in my .emacs, and there could be a reason... | |||
|
feedback
|