emacs: reduce prot-comment-comment-keywords to only those I use

This commit is contained in:
Protesilaos Stavrou 2025-10-28 05:35:51 +02:00
parent 7fa7347cb3
commit d82383edeb
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -191,7 +191,7 @@
(setq comment-style 'multi-line)
(setq-default comment-column 0)
(setq prot-comment-comment-keywords '("TODO" "NOTE" "XXX" "REVIEW" "FIXME"))
(setq prot-comment-comment-keywords '("TODO" "NOTE" "FIXME"))
(setq prot-comment-timestamp-format-concise "%F")
(setq prot-comment-timestamp-format-verbose "%F %T %z")
:bind

View file

@ -2761,7 +2761,7 @@ the module to set my desired configurations.
(setq comment-style 'multi-line)
(setq-default comment-column 0)
(setq prot-comment-comment-keywords '("TODO" "NOTE" "XXX" "REVIEW" "FIXME"))
(setq prot-comment-comment-keywords '("TODO" "NOTE" "FIXME"))
(setq prot-comment-timestamp-format-concise "%F")
(setq prot-comment-timestamp-format-verbose "%F %T %z")
:bind