From a18275ae1b7cc738b1aa5bceee6de668979be3c6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 6 Aug 2016 20:36:34 +0200 Subject: Fix loading yoshi-theme --- emacs/.emacs.d/init.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/.emacs.d') 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 -- cgit v1.2.3-54-g00ecf