summaryrefslogtreecommitdiff
path: root/.emacs.d/init-spw.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-08-11 17:11:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-08-11 17:12:00 -0700
commit7d2716559f43241f72bbfefd4e2ef7a2e461f88e (patch)
tree0cf3e037ee3d74e11ae04d457110f0dc2be0c970 /.emacs.d/init-spw.el
parentb42b9fb5cd20e9ef5b512e40d1d5e36007245700 (diff)
downloaddotfiles-7d2716559f43241f72bbfefd4e2ef7a2e461f88e.tar.gz
set active region background colour
Diffstat (limited to '.emacs.d/init-spw.el')
-rw-r--r--.emacs.d/init-spw.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index 107385b2..9c0e9f70 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -897,6 +897,9 @@ window first."
(add-to-list 'window-system-default-frame-alist
`(,ws . ((background-color . "#FFFFF6")))))
+;; colour is from the Lucid build
+(set-face-attribute 'region nil :background "#EECD82")
+
(diminish 'eldoc-mode)
(setq tab-bar-show 1