summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-06 18:16:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-09 09:57:36 -0700
commit398cb270de515bae2a79478ce13c002dce2d7c96 (patch)
tree3a05d4049433115a3960e498629e7eef878b3f6d
parent7e7822211e1179bfac300122a2e0a58f800e56fc (diff)
downloaddotfiles-398cb270de515bae2a79478ce13c002dce2d7c96.tar.gz
reduce font-lock-maximum-decoration for lisp-mode
This is for consistency: we don't want only some macros to get a special face.
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 7f4d9e57..72cb1208 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -219,6 +219,7 @@ windows side-by-side in the frame."
'("vi" "screen" "tmux" "top" "htop" "less" "more" "mutt" "locmaint"))
'(fido-mode t)
'(fill-column 78)
+ '(font-lock-maximum-decoration '((lisp-mode . 1) (t . t)))
'(gc-cons-threshold 16777216)
'(gdb-many-windows t)
'(gdb-show-main t nil nil "This is helpful when gdb-many-windows is turned off.")