Change my theme

This commit is contained in:
Tom Willemse 2016-08-06 03:55:58 +02:00
parent 393087e8a5
commit 9792ae74f0

View file

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