aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org7
1 files changed, 3 insertions, 4 deletions
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