all repos — nixfiles @ c8b91e75cb3692b438d9c728080b15112b4e9989

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

Emacs: Fix invocation of white-theme

Alan Pearce
commit

c8b91e75cb3692b438d9c728080b15112b4e9989

parent

5ff134598c2c94cede4e30a902494747d67d6358

1 file changed, 1 insertion(+), 1 deletion(-)

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"))))