summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-11-04 11:00:26 +0000
committerSean Whitton <spwhitton@spwhitton.name>2023-12-05 12:42:37 +0000
commitec89fc7b21f82caae776281d47af4d86e5d186f7 (patch)
tree6578fb07f45971b5414eb65188a78aad8b330d2f
parent9e26318d66738afbc237f629cb2f57668cc019c8 (diff)
downloaddotfiles-ec89fc7b21f82caae776281d47af4d86e5d186f7.tar.gz
reflow comment
-rw-r--r--.emacs.d/init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 761cd04f..636cbca3 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -3493,10 +3493,10 @@ mutt's review view, after exiting EDITOR."
nil `((nnselect-specs . ,specs)
(nnselect-always-regenerate . t)
(nnselect-rescan . t)))
- ;; Manual recommends keeping mail groups on levels 1 and 2. We have
- ;; browse groups higher for `gnus-group-best-unread-group'. Then `.'
- ;; to jump to the first processing group, `,' to jump to the first
- ;; browse group.
+ ;; Manual recommends keeping mail groups on levels 1 and 2.
+ ;; We have browse groups higher for `gnus-group-best-unread-group'.
+ ;; Then `.' to jump to the first processing group, `,' to jump to
+ ;; the first browse group.
do (gnus-group-set-subscription
nname (if (string-prefix-p "Process-" name) 2 1)))
(gnus-group-set-subscription "nnmaildir+fmail:notes" 2)