From 8d58233973c2feb7828fa6d6f2ad7edf7f07e527 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 10 Oct 2020 01:54:14 +0200 Subject: [PATCH] use comment tags in markdown --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 022527a..8d684d0 100644 --- a/init.el +++ b/init.el @@ -281,6 +281,7 @@ (use-package comment-tags :straight t :hook (('prog-mode . 'comment-tags-mode) + ('markdown-mode . 'comment-tags-mode) ('tex-mode . 'comment-tags-mode)) :init (setq comment-tags-require-colon 0))