diff options
author | Alan Pearce | 2017-06-19 10:27:34 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-19 10:27:34 +0200 |
commit | c8b91e75cb3692b438d9c728080b15112b4e9989 (patch) | |
tree | ee8278af598d9fecdb4af33c79fa7d5356c7805d /emacs/.emacs.d/init.org | |
parent | 5ff134598c2c94cede4e30a902494747d67d6358 (diff) | |
download | nixfiles-c8b91e75cb3692b438d9c728080b15112b4e9989.tar.lz nixfiles-c8b91e75cb3692b438d9c728080b15112b4e9989.tar.zst nixfiles-c8b91e75cb3692b438d9c728080b15112b4e9989.zip |
Emacs: Fix invocation of white-theme
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r-- | emacs/.emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 3e551078..87d70394 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -187,7 +187,7 @@ White-theme. Sounds like a good idea. :if (or window-system (daemonp)) :config (progn - (load-theme 'white-theme t) + (load-theme 'white t) (custom-theme-set-faces 'user '(git-gutter-fr:added ((t (:foreground "#96a4ab")))) '(git-gutter-fr:modified ((t (:foreground "#96a4ab")))) |