diff --git a/emacs/init.org b/emacs/init.org index 6589644..7ba2dc0 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -57,10 +57,12 @@ (oni:path-init "/usr/local/emacs/share/emacs/site-lisp")) #+END_SRC - Load naquadah-theme and set my own preferred background color. + Load my preferred theme after emacs has finished starting up. Use + the ~emacs-startup-hook~ to wait until we're sure all ELPA packages + have been loaded. #+BEGIN_SRC emacs-lisp - (add-hook 'emacs-startup-hook (lambda () (load-theme 'naquadah t))) + (add-hook 'emacs-startup-hook (lambda () (load-theme 'yoshi t))) #+END_SRC Add any other interesting paths to =load-path= and, if it exists,