aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-08-06 03:55:58 +0200
committerGravatar Tom Willemse2016-08-06 03:55:58 +0200
commit9792ae74f04a4dd51c2ef657e25d2b035bd99dea (patch)
treebe99e89d6f627a7178b22b3453d0238dcff33963 /emacs
parent393087e8a5c73542192d0e06c92f8dd5ea1eb4ba (diff)
downloadnew-dotfiles-9792ae74f04a4dd51c2ef657e25d2b035bd99dea.tar.gz
new-dotfiles-9792ae74f04a4dd51c2ef657e25d2b035bd99dea.zip
Change my theme
Diffstat (limited to 'emacs')
-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