diff options
author | Alan Pearce | 2018-02-18 18:06:29 +0100 |
---|---|---|
committer | Alan Pearce | 2018-02-18 18:06:29 +0100 |
commit | 3003eede7cd7f0fab0374dfe9bbd650095e560b6 (patch) | |
tree | e598d2c6635abe62948459b2f8065650abe7f6c4 | |
parent | b26312bf138d8843216610ddf7b7251c58b4efdb (diff) | |
download | nixfiles-3003eede7cd7f0fab0374dfe9bbd650095e560b6.tar.lz nixfiles-3003eede7cd7f0fab0374dfe9bbd650095e560b6.tar.zst nixfiles-3003eede7cd7f0fab0374dfe9bbd650095e560b6.zip |
Emacs: Tweak theme
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 01ca54d9..09e43d14 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -151,7 +151,7 @@ '(git-gutter-fr:added ((t (:foreground "#b8b8b8")))) '(git-gutter-fr:modified ((t (:foreground "#b8b8b8")))) '(git-gutter-fr:deleted ((t (:foreground "#b8b8b8")))) - '(font-lock-string-face ((t (:slant normal))))))) + '(mode-line ((t (:height 1.0))))))) ;; Highlighting quasi-quoted expressions in lisps is quite useful, but I ;; don't need it all the time. I'll keep it around for a while so that I |