diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index fead3a9..af29e61 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -218,11 +218,10 @@ To start off, first I need to enable lexical binding. * Theme - I am trying out Zerodark lately. - #+BEGIN_SRC emacs-lisp - (ensure-library zerodark-theme) - (load-theme 'zerodark :no-confirm) + (ensure-library yoshi-theme + :path "vendor-lisp/yoshi-theme") + (load-theme 'yoshi :no-confirm) #+END_SRC * Ivy