summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-01-20 17:15:14 -0500
committerAmin Bandali <bandali@gnu.org>2019-01-20 17:16:50 -0500
commitf7830858bd3b07a1631ee289db0023ac8c68c537 (patch)
treec11b5bcfd1e023186edbffd46253fbb34e8656bf /init.org
parent0f7a3669cde14cdcb6f6f37dd8f64adec9669f6b (diff)
downloadconfigs-f7830858bd3b07a1631ee289db0023ac8c68c537.tar.gz
configs-f7830858bd3b07a1631ee289db0023ac8c68c537.tar.xz
configs-f7830858bd3b07a1631ee289db0023ac8c68c537.zip
[emacs/gnus] fix and improve gnus-permanently-visible-groups regexp
typo fix: remove extraneous opening paren improve: rule out partial folder matches for the two cases
Diffstat (limited to 'init.org')
-rw-r--r--init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org
index acab560..8a0f52e 100644
--- a/init.org
+++ b/init.org
@@ -2372,7 +2372,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
(use-feature gnus-group
:config
- (setq gnus-permanently-visible-groups "\\((INBOX\\|gnu$\\)"))
+ (setq gnus-permanently-visible-groups "\\(:INBOX$\\|:gnu$\\)"))
(use-feature mm-decode
:config