From 9792ae74f04a4dd51c2ef657e25d2b035bd99dea Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 6 Aug 2016 03:55:58 +0200 Subject: Change my theme --- emacs/.emacs.d/init.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'emacs') 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 -- cgit v1.2.3-54-g00ecf