From b81ac61d84896277c877310e7a1cce3e0540f953 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 3 Jun 2018 15:50:46 +0200 Subject: [PATCH] Remove unnecessary markdown-toc def-package! block markdown-toc-generate-toc is autoloaded by the package, so we don't need to. --- modules/lang/markdown/config.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/lang/markdown/config.el b/modules/lang/markdown/config.el index c28067b72..74c8b5601 100644 --- a/modules/lang/markdown/config.el +++ b/modules/lang/markdown/config.el @@ -47,8 +47,3 @@ :nv "t" #'markdown-toc-generate-toc :nv "i" #'markdown-insert-image :nv "l" #'markdown-insert-link))) - - -(def-package! markdown-toc - :commands markdown-toc-generate-toc) -