From f82a7e7fcc485555f07cb5c9ca5e99e06ee04876 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 19 Jun 2017 12:30:21 +0200 Subject: Emacs: Don't italicise font-lock strings in white-theme --- emacs/.emacs.d/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 87d70394..b26e5286 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -191,7 +191,8 @@ White-theme. Sounds like a good idea. (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 -- cgit 1.4.1