diff --git a/.emacs.d/include/orgconfig.el b/.emacs.d/include/orgconfig.el index c92ed6b..fbb1440 100644 --- a/.emacs.d/include/orgconfig.el +++ b/.emacs.d/include/orgconfig.el @@ -54,6 +54,10 @@ (advice-add 'org-sort :after (η #'org-save-all-org-buffers)) ;; Org hooks +(add-hook 'org-mode-hook + (lambda () + (modify-syntax-entry ?< ".") + (modify-syntax-entry ?> "."))) (add-hook 'org-agenda-mode-hook (lambda () (add-hook 'auto-save-hook 'org-save-all-org-buffers nil t)