Defer the loading of edit-indirect via :commands.
This commit is contained in:
parent
1f18074e29
commit
34cd3b7aa4
@ -7,6 +7,8 @@
|
|||||||
:init (setq markdown-command "multimarkdown"))
|
:init (setq markdown-command "multimarkdown"))
|
||||||
|
|
||||||
;; For code block editing
|
;; 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)
|
(provide 'lang-markdown)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user