summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-28 15:48:21 -0500
committerCase Duckworth2022-04-28 15:48:21 -0500
commit9c5aa35b2ae6d743726c2200c7be224485df7471 (patch)
tree1de6ec5786c9cc0c5a65168138de29e23817ff5a /init.el
parentAdd long-s-mode (diff)
downloademacs-9c5aa35b2ae6d743726c2200c7be224485df7471.tar.gz
emacs-9c5aa35b2ae6d743726c2200c7be224485df7471.zip
Move where I italicize comment face
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/init.el b/init.el index dc3427b..06e9e08 100644 --- a/init.el +++ b/init.el
@@ -55,8 +55,6 @@
55 line-number-minor-tick 55 line-number-minor-tick
56 line-number-current-line)) 56 line-number-current-line))
57 (:face face '((t (:inherit fixed-pitch))))) 57 (:face face '((t (:inherit fixed-pitch)))))
58 (:face 'font-lock-comment-face '((t ( :inherit variable-pitch
59 :slant italic))))
60 ;; Hooks 58 ;; Hooks
61 (add-hook 'prog-mode-hook #'turn-on-auto-fill) 59 (add-hook 'prog-mode-hook #'turn-on-auto-fill)
62 (add-hook 'prog-mode-hook #'font-lock-todo-insinuate) 60 (add-hook 'prog-mode-hook #'font-lock-todo-insinuate)
@@ -1978,7 +1976,8 @@ See also `crux-reopen-as-root-mode'."
1978 `(font-lock-builtin-face ((,class :inherit modus-themes-bold 1976 `(font-lock-builtin-face ((,class :inherit modus-themes-bold
1979 :foreground unspecified))) 1977 :foreground unspecified)))
1980 `(font-lock-comment-delimiter-face ((,class :inherit font-lock-comment-face))) 1978 `(font-lock-comment-delimiter-face ((,class :inherit font-lock-comment-face)))
1981 `(font-lock-comment-face ((,class :inherit modus-themes-slant 1979 `(font-lock-comment-face ((,class :inherit variable-pitch
1980 :slant italic
1982 :foreground ,fg-docstring))) 1981 :foreground ,fg-docstring)))
1983 `(font-lock-constant-face ((,class :inherit underline 1982 `(font-lock-constant-face ((,class :inherit underline
1984 :foreground unspecified))) 1983 :foreground unspecified)))