Fix indentation in org files.

This commit is contained in:
kj 2022-05-06 19:56:31 -04:00
parent 9166630294
commit 19750d202d
1 changed files with 1 additions and 0 deletions

View File

@ -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))