Fix loading yoshi-theme

This commit is contained in:
Tom Willemse 2016-08-06 20:36:34 +02:00
parent 27e1b90637
commit a18275ae1b

View file

@ -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