summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-30 20:59:16 -0600
committerCase Duckworth2020-11-30 20:59:16 -0600
commit4bddee3f43ac1e77adcb875cce40d24c85151b0e (patch)
tree7f698ed918cbd1c42d380156dfd49a1af4bbbd8f /config.org
parentUpdate README (diff)
downloademacs-4bddee3f43ac1e77adcb875cce40d24c85151b0e.tar.gz
emacs-4bddee3f43ac1e77adcb875cce40d24c85151b0e.zip
Change comment face
Diffstat (limited to 'config.org')
-rw-r--r--config.org3
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