Fix org breakage after org-contrib restructuring

master
Daniel Gomez 2022-03-23 00:07:06 -04:00
parent 074c653187
commit e7c5c60332
1 changed files with 4 additions and 1 deletions

View File

@ -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