all repos — nixfiles @ f82a7e7fcc485555f07cb5c9ca5e99e06ee04876

System and user configuration, managed by nix and home-manager

Emacs: Don't italicise font-lock strings in white-theme

Alan Pearce
commit

f82a7e7fcc485555f07cb5c9ca5e99e06ee04876

parent

c8b91e75cb3692b438d9c728080b15112b4e9989

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -191,7 +191,8 @@ (load-theme 'white t)
(custom-theme-set-faces 'user '(git-gutter-fr:added ((t (:foreground "#96a4ab")))) '(git-gutter-fr:modified ((t (:foreground "#96a4ab")))) - '(git-gutter-fr:deleted ((t (:foreground "#96a4ab"))))))) + '(git-gutter-fr:deleted ((t (:foreground "#96a4ab")))) + '(font-lock-string-face ((t (:slant normal))))))) #+END_SRC Highlighting quasi-quoted expressions in lisps is quite useful, but I