summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-05-30 11:47:39 +0200
committerAlan Pearce2017-05-30 11:47:39 +0200
commitfc3d5ed0d20890cbb4350a7b774cd49269f91ebd (patch)
treefc1e3897f9f302c788b474ac2f081518e4278d26 /emacs
parentd355dc10d2ff85f4bd07bf55d773d135832ef07d (diff)
downloaddotfiles-fc3d5ed0d20890cbb4350a7b774cd49269f91ebd.tar.lz
dotfiles-fc3d5ed0d20890cbb4350a7b774cd49269f91ebd.tar.zst
dotfiles-fc3d5ed0d20890cbb4350a7b774cd49269f91ebd.zip
Emacs: Always make the background white
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 25a399a..6a90436 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -176,6 +176,7 @@ Eziam looks nice, too
             (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"))))