aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-08-02 13:58:48 +0200
committerGravatar Tom Willemse2016-08-02 13:58:48 +0200
commit3c5e2f3cc7f7bbbaa374ffe2790edd901b316304 (patch)
tree008f5c3aca0ca7864dbcca8a5bf7273d64d4b255 /emacs
parent39e512d276d59fcb3d0e52c89695a1a5fb8eba80 (diff)
downloadnew-dotfiles-3c5e2f3cc7f7bbbaa374ffe2790edd901b316304.tar.gz
new-dotfiles-3c5e2f3cc7f7bbbaa374ffe2790edd901b316304.zip
Use zerodark theme for Emacs
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el7
1 files changed, 2 insertions, 5 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 2596ec5..94b5c47 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -183,11 +183,8 @@ This is currently the data directory under the
(setq require-final-newline t)
;;;; Load theme:
-(ensure-library eternal-theme
- :path "vendor-lisp/eternal-theme")
-(add-to-list 'custom-theme-load-path
- (concat user-emacs-directory "vendor-lisp/eternal-theme"))
-(load-theme 'eternal :no-confirm)
+(ensure-library zerodark-theme)
+(load-theme 'zerodark :no-confirm)
;;;; Flx: