Emacs: Use yoshi-theme

This commit is contained in:
Tom Willemsen 2013-03-10 13:33:11 +01:00
parent 8aad7173c4
commit 354fc51743

View file

@ -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,