From 354fc517436a793685600f6087d19ab3c92b2154 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 10 Mar 2013 13:33:11 +0100 Subject: Emacs: Use yoshi-theme --- emacs/init.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'emacs') 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, -- cgit v1.2.3-54-g00ecf