When I boot I launch emacs --daemon
and it evaluates my .emacs
with one exception:
(add-to-list 'load-path "~/.elisp/zenburn-emacs") ;fix loading issue
(require 'zenburn)
;;; color theme - zenburn?
(add-to-list 'load-path "~/.elisp/color-theme")
(require 'color-theme)
(eval-after-load "color-theme" '(progn (color-theme-initialize)))
I know that the load-path stuff works because M-x zenburn
loads the color scheme just fine once I launch emacsclient with emacsclient -nw
.
Does anybody know what is up with (eval-after-load [snip - see above])
?
Is this a bug?
System Info:
GNU Emacs 23.2.1
Installed in debian sid on2.6.32-5-amd64 Version: 23.2+1-7
Filename: pool/main/e/emacs23/emacs23_23.2+1-7_amd64.deb