aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-08-06 20:36:34 +0200
committerGravatar Tom Willemse2016-08-06 20:36:34 +0200
commita18275ae1b7cc738b1aa5bceee6de668979be3c6 (patch)
treee786a57b54f7831581988bce69f950c989503fce /emacs
parent27e1b90637e9d11c9404d8a8b86015fcd681d9d6 (diff)
downloadnew-dotfiles-a18275ae1b7cc738b1aa5bceee6de668979be3c6.tar.gz
new-dotfiles-a18275ae1b7cc738b1aa5bceee6de668979be3c6.zip
Fix loading yoshi-theme
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 7f0122f..eda6540 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -231,6 +231,8 @@ To start off, first I need to enable lexical binding.
#+BEGIN_SRC emacs-lisp
(ensure-library yoshi-theme
:path "vendor-lisp/yoshi-theme")
+ (add-to-list 'custom-theme-load-path
+ (concat user-emacs-directory "vendor-lisp/yoshi-theme"))
(load-theme 'yoshi :no-confirm)
#+END_SRC