summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-03 14:47:18 +0100
committerGravatar Tom Willemsen2013-03-03 14:47:18 +0100
commitb7c89d708df5ce6d5776ba21f75da51fa918b1b7 (patch)
tree31df3d37e5e8f72996e9a8db0ab80bc7c3c2aa92
parent7856c942888afd7aafdbde09646c59d90cd5fe39 (diff)
downloaddotfiles-b7c89d708df5ce6d5776ba21f75da51fa918b1b7.tar.gz
dotfiles-b7c89d708df5ce6d5776ba21f75da51fa918b1b7.zip
emacs: Use naquadah theme
-rw-r--r--emacs/init.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/emacs/init.org b/emacs/init.org
index aeb16ca..6589644 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -57,11 +57,10 @@
(oni:path-init "/usr/local/emacs/share/emacs/site-lisp"))
#+END_SRC
- Add my project [[yoshi-theme]] to =custom-theme-load-path= and load it.
+ Load naquadah-theme and set my own preferred background color.
#+BEGIN_SRC emacs-lisp
- (add-to-list 'custom-theme-load-path "~/projects/emacs/yoshi-theme/")
- (load-theme 'yoshi t)
+ (add-hook 'emacs-startup-hook (lambda () (load-theme 'naquadah t)))
#+END_SRC
Add any other interesting paths to =load-path= and, if it exists,