General refactor & cleanup + update TODO
This commit is contained in:
parent
8648ea0314
commit
b0bb013601
7 changed files with 91 additions and 78 deletions
|
@ -42,14 +42,15 @@
|
|||
:n "]l" #'markdown-previous-link
|
||||
:n "gf" #'markdown-follow-thing-at-point
|
||||
:i "M--" #'markdown-insert-hr
|
||||
(:localleader
|
||||
:nv "o" #'markdown-open
|
||||
:nv "b" #'markdown-preview
|
||||
(:prefix "i"
|
||||
:nv "t" #'markdown-toc-generate-toc
|
||||
:nv "i" #'markdown-insert-image
|
||||
:nv "l" #'markdown-insert-link
|
||||
:nv "L" #'markdown-insert-reference-link-dwim))))
|
||||
|
||||
:localleader
|
||||
:nv "o" #'markdown-open
|
||||
:nv "b" #'markdown-preview
|
||||
(:prefix "i"
|
||||
:nv "t" #'markdown-toc-generate-toc
|
||||
:nv "i" #'markdown-insert-image
|
||||
:nv "l" #'markdown-insert-link
|
||||
:nv "L" #'markdown-insert-reference-link-dwim)))
|
||||
|
||||
|
||||
(def-package! markdown-toc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue