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:
Henrik Lissner
2020-01-20 18:13:34 -05:00
parent e3187ca8ea
commit 5d15521440
2 changed files with 0 additions and 6 deletions

View File

@@ -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)