diff options
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 13f8dfa..4e9f5d7 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -481,6 +481,10 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (org-edit-src-content-indentation 0) (org-use-sub-superscripts '{}) + :custom-face + (org-table ((t (:inherit fixed-pitch)))) + (org-date ((t (:inherit fixed-pitch :underline t)))) + :hook ((org-mode . font-lock-mode)) ) |