Trim org module loading

This commit is contained in:
MitchMarq42 2022-08-27 10:57:39 -08:00
parent 95b2272a92
commit 0c6e14e1f7

View File

@ -496,11 +496,9 @@ targets."
;; :custom ;; :custom
;; (org-appear-autolinks t)) ;; (org-appear-autolinks t))
(use-feature ob-powershell (use-feature ob-powershell
:after (org powershell) :after org
:custom :custom
(ob-powershell-powershell-command "pwsh")) (ob-powershell-powershell-command "pwsh"))
(use-feature company-org-block
:after (org company))
(use-feature ox-hugo (use-feature ox-hugo
:after ox) :after ox)