diff options
author | Case Duckworth | 2022-04-28 15:48:21 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-28 15:48:21 -0500 |
commit | 9c5aa35b2ae6d743726c2200c7be224485df7471 (patch) | |
tree | 1de6ec5786c9cc0c5a65168138de29e23817ff5a /init.el | |
parent | Add long-s-mode (diff) | |
download | emacs-9c5aa35b2ae6d743726c2200c7be224485df7471.tar.gz emacs-9c5aa35b2ae6d743726c2200c7be224485df7471.zip |
Move where I italicize comment face
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 5 |
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))) |