feat(org): add hook for org-appear
This commit is contained in:
parent
778f849450
commit
f20fe0274d
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
|||
:hook (org-mode . org-fancy-priorities-mode)
|
||||
:hook (org-agenda-mode . org-fancy-priorities-mode)
|
||||
:config (setq org-fancy-priorities-list '("⚑" "⬆" "■")))
|
||||
|
||||
|
||||
(use-package! org-appear ; better markup edit
|
||||
:hook (org-mode . org-appear-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue