From 16e9957c1afa645ca1c22a70196d17a04a749abe Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 30 Jul 2018 03:48:27 +0200 Subject: [PATCH] Don't install/track org from ELPA Prevents duplicate installs of org. --- modules/lang/org/packages.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index cd3eda6e0..b92f94e20 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -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)