summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-10 13:33:11 +0100
committerGravatar Tom Willemsen2013-03-10 13:33:11 +0100
commit354fc517436a793685600f6087d19ab3c92b2154 (patch)
treeb8423621e53eeee822646daf7f2a3f0fd4585d69
parent8aad7173c48e848d582cf755082e1605a10bf6cb (diff)
downloaddotfiles-354fc517436a793685600f6087d19ab3c92b2154.tar.gz
dotfiles-354fc517436a793685600f6087d19ab3c92b2154.zip
Emacs: Use yoshi-theme
-rw-r--r--emacs/init.org6
1 files changed, 4 insertions, 2 deletions
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,