use comment tags in markdown

This commit is contained in:
Grigory Shipunov 2020-10-10 01:54:14 +02:00
parent 2b9d296d90
commit 8d58233973
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -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))