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)