Bind <localleader> m ' -> markdown-edit-code-block

For consistency with org and latex.
This commit is contained in:
Henrik Lissner 2020-04-21 23:19:17 -04:00
parent 6315984ae6
commit 7ed9ee2ae5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -70,6 +70,7 @@ capture, the end position, and the output buffer.")
(map! :map markdown-mode-map
:localleader
"'" #'markdown-edit-code-block
"o" #'markdown-open
"p" #'markdown-preview
"e" #'markdown-export