Don't install/track org from ELPA

Prevents duplicate installs of org.
This commit is contained in:
Henrik Lissner 2018-07-30 03:48:27 +02:00
parent fb233bd37d
commit 16e9957c1a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -3,6 +3,7 @@
;; Installs a cutting-edge version of org-mode
(package! org-plus-contrib)
(package! org :ignore t) ; ignore org from ELPA
(package! org-bullets :recipe (:fetcher github :repo "Kaligule/org-bullets"))
(package! toc-org)