mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Remove org-fancy-priorities package
Add unnecessary overhead for little gain. Let the user install it if they want it.
This commit is contained in:
@@ -800,11 +800,6 @@ compelling reason, so..."
|
||||
:hook (org-mode . org-bullets-mode))
|
||||
|
||||
|
||||
(use-package! org-fancy-priorities ; priority icons
|
||||
:hook (org-mode . org-fancy-priorities-mode)
|
||||
:config (setq org-fancy-priorities-list '("■" "■" "■")))
|
||||
|
||||
|
||||
(use-package! org-crypt ; built-in
|
||||
:commands org-encrypt-entries
|
||||
:hook (org-reveal-start . org-decrypt-entry)
|
||||
|
Reference in New Issue
Block a user