mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Don't install/track org from ELPA
Prevents duplicate installs of org.
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
;; Installs a cutting-edge version of org-mode
|
;; Installs a cutting-edge version of org-mode
|
||||||
(package! org-plus-contrib)
|
(package! org-plus-contrib)
|
||||||
|
(package! org :ignore t) ; ignore org from ELPA
|
||||||
|
|
||||||
(package! org-bullets :recipe (:fetcher github :repo "Kaligule/org-bullets"))
|
(package! org-bullets :recipe (:fetcher github :repo "Kaligule/org-bullets"))
|
||||||
(package! toc-org)
|
(package! toc-org)
|
||||||
|
Reference in New Issue
Block a user