Fix loading yoshi-theme
This commit is contained in:
parent
27e1b90637
commit
a18275ae1b
1 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,8 @@ To start off, first I need to enable lexical binding.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(ensure-library yoshi-theme
|
(ensure-library yoshi-theme
|
||||||
:path "vendor-lisp/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)
|
(load-theme 'yoshi :no-confirm)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue