Emacs: Fix invocation of white-theme
Alan Pearce alan@alanpearce.eu
Mon, 19 Jun 2017 10:27:34 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M emacs/.emacs.d/init.org → emacs/.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"))))