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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 0 additions and 6 deletions

View file

@ -800,11 +800,6 @@ compelling reason, so..."
:hook (org-mode . org-bullets-mode)) :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 (use-package! org-crypt ; built-in
:commands org-encrypt-entries :commands org-encrypt-entries
:hook (org-reveal-start . org-decrypt-entry) :hook (org-reveal-start . org-decrypt-entry)

View file

@ -32,7 +32,6 @@
(package! org-bullets (package! org-bullets
:recipe (:host github :repo "Kaligule/org-bullets") :recipe (:host github :repo "Kaligule/org-bullets")
:pin "8b4f0aab6d49b00faa779785b978fdb67e2eb066") :pin "8b4f0aab6d49b00faa779785b978fdb67e2eb066")
(package! org-fancy-priorities :pin "819bb993b71e7253cefef7047306ab4e0f9d0a86")
(package! org-yt (package! org-yt
:recipe (:host github :repo "TobiasZawada/org-yt") :recipe (:host github :repo "TobiasZawada/org-yt")
:pin "40cc1ac76d741055cbefa13860d9f070a7ade001") :pin "40cc1ac76d741055cbefa13860d9f070a7ade001")