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