summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-12-22 01:57:05 -0500
committerAmin Bandali <bandali@gnu.org>2019-12-25 02:32:11 -0500
commit4319a2ff7299d2b677c709fdcee29e5444d83284 (patch)
tree09f2699197e0c56124d2f81d8e269d068379de42
parent23434d06cfb8f9f28c5b40a52db04bf7aba7d81e (diff)
downloadconfigs-4319a2ff7299d2b677c709fdcee29e5444d83284.tar.gz
configs-4319a2ff7299d2b677c709fdcee29e5444d83284.tar.xz
configs-4319a2ff7299d2b677c709fdcee29e5444d83284.zip
emacs: gnus: add libreplanet.org list regexp
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 57a8f74..9b8fb13 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2217,6 +2217,8 @@ This function is intended for use with `ivy-ignore-buffers'."
(list ".*<\\(.*\\)\\.\\(non\\)?gnu\\.org>.*" "l.\\1")
;; gnus
(list ".*<\\(.*\\)\\.gnus\\.org>.*" "l.\\1")
+ ;; libreplanet
+ (list ".*<\\(.*\\)\\.libreplanet\\.org>.*" "l.\\1")
;; *.lists.sr.ht, omitting one dot if present
;; add more \\.?\\([^.]*\\) if needed
(list ".*<~\\(.*\\)/\\([^.]*\\)\\.?\\([^.]*\\)\\.lists.sr.ht>.*" "l.~\\1.\\2\\3")