mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #224 from gilbertw1/fix-markdown-keybinds
Fix markdown specific keybindings being added to global map
This commit is contained in:
@ -37,15 +37,15 @@
|
|||||||
:m "]p" #'markdown-demote
|
:m "]p" #'markdown-demote
|
||||||
:m "[l" #'markdown-next-link
|
:m "[l" #'markdown-next-link
|
||||||
:m "]l" #'markdown-previous-link
|
:m "]l" #'markdown-previous-link
|
||||||
:i "M--" #'markdown-insert-hr)
|
:i "M--" #'markdown-insert-hr
|
||||||
|
|
||||||
(:localleader
|
(:localleader
|
||||||
:nv "o" #'markdown-open
|
:nv "o" #'markdown-open
|
||||||
:nv "b" #'markdown-preview
|
:nv "b" #'markdown-preview
|
||||||
(:prefix "i"
|
(:prefix "i"
|
||||||
:nv "t" #'markdown-toc-generate-toc
|
:nv "t" #'markdown-toc-generate-toc
|
||||||
:nv "i" #'markdown-insert-image
|
:nv "i" #'markdown-insert-image
|
||||||
:nv "l" #'markdown-insert-link))))
|
:nv "l" #'markdown-insert-link)))))
|
||||||
|
|
||||||
|
|
||||||
(def-package! markdown-toc
|
(def-package! markdown-toc
|
||||||
|
Reference in New Issue
Block a user