diff --git a/configs/init-org.el b/configs/init-org.el index fc8b6ea..6f776f6 100644 --- a/configs/init-org.el +++ b/configs/init-org.el @@ -18,9 +18,10 @@ ;; (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 'unspecified :inherit 'fixed-pitch) - (set-face-attribute 'org-code nil :inherit '(shadow fixed-pitch)) + ;; (set-face-attribute 'org-hide 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-block nil :underline nil :foreground nil :background "#1e1f28") (set-face-attribute 'org-table nil :inherit '(shadow fixed-pitch)) (set-face-attribute 'org-verbatim nil :inherit '(shadow fixed-pitch)) (set-face-attribute 'org-special-keyword nil :inherit '(font-lock-comment-face fixed-pitch))