Move where I italicize comment face

This commit is contained in:
Case Duckworth 2022-04-28 15:48:21 -05:00
parent bb7f256f59
commit 9c5aa35b2a
1 changed files with 2 additions and 3 deletions

View File

@ -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)))