all repos — nixfiles @ c8b91e75cb3692b438d9c728080b15112b4e9989

System and user configuration, managed by nix and home-manager

Emacs: Fix invocation of white-theme
Alan Pearce alan@alanpearce.eu
Mon, 19 Jun 2017 10:27:34 +0200
commit

c8b91e75cb3692b438d9c728080b15112b4e9989

parent

5ff134598c2c94cede4e30a902494747d67d6358

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -187,7 +187,7 @@ (use-package white-theme   :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"))))