summary refs log tree commit diff stats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2017-06-19 10:27:34 +0200
committerAlan Pearce2017-06-19 10:27:34 +0200
commitc8b91e75cb3692b438d9c728080b15112b4e9989 (patch)
treeee8278af598d9fecdb4af33c79fa7d5356c7805d /emacs/.emacs.d/init.org
parent5ff134598c2c94cede4e30a902494747d67d6358 (diff)
downloaddotfiles-c8b91e75cb3692b438d9c728080b15112b4e9989.tar.lz
dotfiles-c8b91e75cb3692b438d9c728080b15112b4e9989.tar.zst
dotfiles-c8b91e75cb3692b438d9c728080b15112b4e9989.zip
Emacs: Fix invocation of white-theme
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 3e55107..87d7039 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"))))