summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-10-24 20:36:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-10-29 21:47:37 -0700
commit08e1bb7470c661e53ec4e21098664d778f26dac8 (patch)
tree5e82019ae36d41bdab3872cfe21654759a4d73b4
parent82a13b897f279d9ba5882fb181cc912bbd51b482 (diff)
downloaddotfiles-08e1bb7470c661e53ec4e21098664d778f26dac8.tar.gz
try a bg colour for gdbmacs which doesn't clash with showing diffs
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 2b955f63..49b29902 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -80,7 +80,7 @@
`(,ws
. ((background-color
. ,(pcase (daemonp)
- ('nil "alice blue") ("gdbmacs" "honeydew") (_ "#FFFFF6")))))))
+ ('nil "honeydew") ("gdbmacs" "linen") (_ "#FFFFF6")))))))
(defun spw/maybe-scale-basic-faces (frame)
"Entry for `window-size-change-functions' to increase font sizes