From 7ed9ee2ae5b66ecd8c0fe77aa5c6456c1b749ba5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 21 Apr 2020 23:19:17 -0400 Subject: [PATCH] Bind m ' -> markdown-edit-code-block For consistency with org and latex. --- modules/lang/markdown/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/markdown/config.el b/modules/lang/markdown/config.el index ddce13f34..07003b237 100644 --- a/modules/lang/markdown/config.el +++ b/modules/lang/markdown/config.el @@ -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