summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,