diff --git a/configs/org-config.el b/configs/org-config.el index 6c462ea..4f06c16 100644 --- a/configs/org-config.el +++ b/configs/org-config.el @@ -18,6 +18,7 @@ ;; (set-face-attribute (car face) nil :font "Cantarell" :weight 'regular :height (cdr face)) ;; Ensure that anything that should be fixed-pitch in Org files appears that way + (set-face-attribute 'org-hide nil :inherit 'fixed-pitch) (set-face-attribute 'org-block nil :foreground nil :inherit 'fixed-pitch) (set-face-attribute 'org-code nil :inherit '(shadow fixed-pitch)) (set-face-attribute 'org-table nil :inherit '(shadow fixed-pitch))