From 9c5aa35b2ae6d743726c2200c7be224485df7471 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 28 Apr 2022 15:48:21 -0500 Subject: Move where I italicize comment face --- init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index dc3427b..06e9e08 100644 --- a/init.el +++ b/init.el @@ -55,8 +55,6 @@ line-number-minor-tick line-number-current-line)) (:face face '((t (:inherit fixed-pitch))))) - (:face 'font-lock-comment-face '((t ( :inherit variable-pitch - :slant italic)))) ;; Hooks (add-hook 'prog-mode-hook #'turn-on-auto-fill) (add-hook 'prog-mode-hook #'font-lock-todo-insinuate) @@ -1978,7 +1976,8 @@ See also `crux-reopen-as-root-mode'." `(font-lock-builtin-face ((,class :inherit modus-themes-bold :foreground unspecified))) `(font-lock-comment-delimiter-face ((,class :inherit font-lock-comment-face))) - `(font-lock-comment-face ((,class :inherit modus-themes-slant + `(font-lock-comment-face ((,class :inherit variable-pitch + :slant italic :foreground ,fg-docstring))) `(font-lock-constant-face ((,class :inherit underline :foreground unspecified))) -- cgit 1.4.1-21-gabe81