diff options
author | Alan Pearce | 2017-05-30 11:47:39 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-30 11:47:39 +0200 |
commit | fc3d5ed0d20890cbb4350a7b774cd49269f91ebd (patch) | |
tree | fc1e3897f9f302c788b474ac2f081518e4278d26 | |
parent | d355dc10d2ff85f4bd07bf55d773d135832ef07d (diff) | |
download | nixfiles-fc3d5ed0d20890cbb4350a7b774cd49269f91ebd.tar.lz nixfiles-fc3d5ed0d20890cbb4350a7b774cd49269f91ebd.tar.zst nixfiles-fc3d5ed0d20890cbb4350a7b774cd49269f91ebd.zip |
Emacs: Always make the background white
-rw-r--r-- | emacs/.emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 25a399a2..6a904362 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")))) |