Change my theme
This commit is contained in:
parent
393087e8a5
commit
9792ae74f0
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue