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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue