diff --git a/org-init.el b/org-init.el index e8ab452..83fc0b3 100644 --- a/org-init.el +++ b/org-init.el @@ -78,7 +78,10 @@ ;; depend on Org, they will not accidentally cause the Emacs-provided ;; (outdated and duplicated) version of Org to be loaded before the ;; real one is registered. -(use-package org-plus-contrib) +(use-package org + :ensure org-contrib) +;; Here we guarantee that org mode gets loaded properly. +(use-package org-contrib) ;; Here we guarantee that org mode gets loaded properly. (use-feature org