mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Bind <localleader> m ' -> markdown-edit-code-block
For consistency with org and latex.
This commit is contained in:
@ -70,6 +70,7 @@ capture, the end position, and the output buffer.")
|
|||||||
|
|
||||||
(map! :map markdown-mode-map
|
(map! :map markdown-mode-map
|
||||||
:localleader
|
:localleader
|
||||||
|
"'" #'markdown-edit-code-block
|
||||||
"o" #'markdown-open
|
"o" #'markdown-open
|
||||||
"p" #'markdown-preview
|
"p" #'markdown-preview
|
||||||
"e" #'markdown-export
|
"e" #'markdown-export
|
||||||
|
Reference in New Issue
Block a user