diff --git a/configs/init-org.el b/configs/init-org.el index 0bae7b6..7a46547 100644 --- a/configs/init-org.el +++ b/configs/init-org.el @@ -19,7 +19,7 @@ ;; 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-block nil :foreground 'unspecified :inherit 'fixed-pitch) (set-face-attribute 'org-code nil :inherit '(shadow fixed-pitch)) (set-face-attribute 'org-table nil :inherit '(shadow fixed-pitch)) (set-face-attribute 'org-verbatim nil :inherit '(shadow fixed-pitch))