From c8b91e75cb3692b438d9c728080b15112b4e9989 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 19 Jun 2017 10:27:34 +0200 Subject: Emacs: Fix invocation of white-theme --- emacs/.emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') 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")))) -- cgit 1.4.1