diff options
author | Amin Bandali <bandali@gnu.org> | 2019-11-17 20:36:44 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-11-17 20:36:44 -0500 |
commit | 46d707edd995226c273f0b39d0201ae8d0b29a93 (patch) | |
tree | fb31683bbb1bbc44846e571bca98c940f76f9deb | |
parent | 4bdfe6ab1909672db4346714de828482f7671901 (diff) | |
download | configs-46d707edd995226c273f0b39d0201ae8d0b29a93.tar.gz configs-46d707edd995226c273f0b39d0201ae8d0b29a93.tar.xz configs-46d707edd995226c273f0b39d0201ae8d0b29a93.zip |
emacs: gnus: add bit for gnus lists
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9b16583..e8e4870 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2155,6 +2155,8 @@ This function is intended for use with `ivy-ignore-buffers'." ;; (: gnus-group-split-fancy "INBOX" t "INBOX") ;; gnu (list ".*<\\(.*\\)\\.\\(non\\)?gnu\\.org>.*" "l.\\1") + ;; gnus + (list ".*<\\(.*\\)\\.gnus\\.org>.*" "l.\\1") ;; *.lists.sr.ht, omitting one dot if present ;; add more \\.?\\([^.]*\\) if needed (list ".*<~\\(.*\\)/\\([^.]*\\)\\.?\\([^.]*\\)\\.lists.sr.ht>.*" "l.~\\1.\\2\\3") |