Defer the loading of edit-indirect via :commands.

This commit is contained in:
Tom Alexander 2023-09-14 15:21:39 -04:00
parent 1f18074e29
commit 34cd3b7aa4
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -7,6 +7,8 @@
:init (setq markdown-command "multimarkdown"))
;; For code block editing
(use-package edit-indirect)
(use-package edit-indirect
:commands (edit-indirect-region edit-indirect-save edit-indirect-abort edit-indirect-commit edit-indirect-display-active-buffer)
)
(provide 'lang-markdown)