diff options
author | noa | 2025-02-24 08:47:54 +0800 |
---|---|---|
committer | noa | 2025-02-24 08:47:54 +0800 |
commit | 5cfd28e0e42324e4dc480880b19938165dcf7d6c (patch) | |
tree | 8ab37bc635318176896c5e75acdac3410037bb07 /emacs/init.el | |
parent | 04aa4f97bd1cbcafd44dbad01f6c8a530c00d74e (diff) |
Don't explicitly enable font-lock for org mode
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el index ff1e7a6..609b7c3 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -411,11 +411,7 @@ :custom-face (org-table ((t (:inherit fixed-pitch)))) - (org-date ((t (:inherit fixed-pitch :underline t)))) - - :hook ((org-mode . font-lock-mode)) - - ) + (org-date ((t (:inherit fixed-pitch :underline t))))) (use-package oc :after org |