diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 2f66abc..5057311 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -496,11 +496,9 @@ targets." ;; :custom ;; (org-appear-autolinks t)) (use-feature ob-powershell - :after (org powershell) + :after org :custom (ob-powershell-powershell-command "pwsh")) -(use-feature company-org-block - :after (org company)) (use-feature ox-hugo :after ox)