From ec89fc7b21f82caae776281d47af4d86e5d186f7 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 4 Nov 2023 11:00:26 +0000 Subject: reflow comment --- .emacs.d/init.el | 8 ++++---- 1 file 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) -- cgit v1.2.3