From b7c89d708df5ce6d5776ba21f75da51fa918b1b7 Mon Sep 17 00:00:00 2001
From: Tom Willemsen <tom@ryuslash.org>
Date: Sun, 3 Mar 2013 14:47:18 +0100
Subject: [PATCH] emacs: Use naquadah theme

---
 emacs/init.org | 5 ++---
 1 file 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,