mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(lang): Enable use of markdown-edit-code-block
This allows editing code blocks within markdown files in a separate buffer with the proper language major-mode applied. Also integrate it with recursive-narrow, so it can be triggered with via narrowing commands.
This commit is contained in:
@@ -50,5 +50,9 @@
|
||||
(smartparens-mode +1)
|
||||
(subword-mode)))
|
||||
|
||||
;; Required by markdown-edit-code-block.
|
||||
(use-package edit-indirect
|
||||
:defer t)
|
||||
|
||||
(provide 'siren-markdown)
|
||||
;;; siren-markdown.el ends here
|
||||
|
||||
Reference in New Issue
Block a user