fix(emacs): remove parentheses matching for angled brackets
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
84216d0eaa
commit
6842c08385
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@
|
||||||
(advice-add 'org-sort :after (η #'org-save-all-org-buffers))
|
(advice-add 'org-sort :after (η #'org-save-all-org-buffers))
|
||||||
|
|
||||||
;; Org hooks
|
;; Org hooks
|
||||||
|
(add-hook 'org-mode-hook
|
||||||
|
(lambda ()
|
||||||
|
(modify-syntax-entry ?< ".")
|
||||||
|
(modify-syntax-entry ?> ".")))
|
||||||
(add-hook 'org-agenda-mode-hook
|
(add-hook 'org-agenda-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(add-hook 'auto-save-hook 'org-save-all-org-buffers nil t)
|
(add-hook 'auto-save-hook 'org-save-all-org-buffers nil t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue