Remove unnecessary markdown-toc def-package! block
markdown-toc-generate-toc is autoloaded by the package, so we don't need to.
This commit is contained in:
parent
1e81a35461
commit
b81ac61d84
1 changed files with 0 additions and 5 deletions
|
@ -47,8 +47,3 @@
|
||||||
: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
|
|
||||||
:commands markdown-toc-generate-toc)
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue