use comment tags in markdown
This commit is contained in:
parent
2b9d296d90
commit
8d58233973
1 changed files with 1 additions and 0 deletions
1
init.el
1
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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue