mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: reduce prot-comment-comment-keywords to only those I use
This commit is contained in:
parent
7fa7347cb3
commit
d82383edeb
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue