all repos — nixfiles @ fc3d5ed0d20890cbb4350a7b774cd49269f91ebd

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

Emacs: Always make the background white
Alan Pearce alan@alanpearce.eu
Tue, 30 May 2017 11:47:39 +0200
commit

fc3d5ed0d20890cbb4350a7b774cd49269f91ebd

parent

d355dc10d2ff85f4bd07bf55d773d135832ef07d

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

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -176,6 +176,7 @@ :config (progn             (setq eziam-scale-headings nil)
             (load-theme 'eziam-light t)
             (custom-theme-set-faces 'user
+                                    '(default ((t (:background "#ffffff"))))
                                     '(js2-function-call ((t (:underline nil))))
                                     '(font-lock-keyword-face ((t (:weight normal))))
                                     '(git-gutter-fr:added ((t (:foreground "#96a4ab"))))