diff options
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 |