diff options
author | Case Duckworth | 2020-11-30 20:59:16 -0600 |
---|---|---|
committer | Case Duckworth | 2020-11-30 20:59:16 -0600 |
commit | 4bddee3f43ac1e77adcb875cce40d24c85151b0e (patch) | |
tree | 7f698ed918cbd1c42d380156dfd49a1af4bbbd8f | |
parent | Update README (diff) | |
download | emacs-4bddee3f43ac1e77adcb875cce40d24c85151b0e.tar.gz emacs-4bddee3f43ac1e77adcb875cce40d24c85151b0e.zip |
Change comment face
-rw-r--r-- | config.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.org b/config.org index 727414f..0d52eb7 100644 --- a/config.org +++ b/config.org | |||
@@ -244,6 +244,9 @@ I'm using the [[https://protesilaos.com/modus-themes/][Modus]] themes. | |||
244 | modus-%1$s-theme-scale-3 1.21 | 244 | modus-%1$s-theme-scale-3 1.21 |
245 | modus-%1$s-theme-scale-4 1.27 | 245 | modus-%1$s-theme-scale-4 1.27 |
246 | modus-%1$s-theme-scale-5 1.33)) | 246 | modus-%1$s-theme-scale-5 1.33)) |
247 | :custom-face | ||
248 | (font-lock-comment-face | ||
249 | ((t (:inherit (custom-comment italic variable-pitch)))))) | ||
247 | theme)) | 250 | theme)) |
248 | #+end_src | 251 | #+end_src |
249 | 252 | ||