summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoa2025-02-24 08:47:54 +0800
committernoa2025-02-24 08:47:54 +0800
commit5cfd28e0e42324e4dc480880b19938165dcf7d6c (patch)
tree8ab37bc635318176896c5e75acdac3410037bb07
parent04aa4f97bd1cbcafd44dbad01f6c8a530c00d74e (diff)
Don't explicitly enable font-lock for org mode
-rw-r--r--emacs/init.el6
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