about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2024-01-02 17:33:01 +0100
committerAlyssa Ross <hi@alyssa.is>2024-01-02 17:34:36 +0100
commit432f40c07fa5d4951d5f8b1d5c55aa361f400608 (patch)
tree347b33aadc8b15a28f8eda9a7d9bd9254fb77706 /modules
parent2b92aaeae691ee3c3133442c53f46fcbbf2e5571 (diff)
downloadnixlib-432f40c07fa5d4951d5f8b1d5c55aa361f400608.tar
nixlib-432f40c07fa5d4951d5f8b1d5c55aa361f400608.tar.gz
nixlib-432f40c07fa5d4951d5f8b1d5c55aa361f400608.tar.bz2
nixlib-432f40c07fa5d4951d5f8b1d5c55aa361f400608.tar.lz
nixlib-432f40c07fa5d4951d5f8b1d5c55aa361f400608.tar.xz
nixlib-432f40c07fa5d4951d5f8b1d5c55aa361f400608.tar.zst
nixlib-432f40c07fa5d4951d5f8b1d5c55aa361f400608.zip
modules/emacs: add linux-kernel-announce to lists
Diffstat (limited to 'modules')
-rw-r--r--modules/workstation/emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el
index 241bc5fbcfe7..8370fe153fd7 100644
--- a/modules/workstation/emacs/init.el
+++ b/modules/workstation/emacs/init.el
@@ -217,7 +217,7 @@ point."
 (setq notmuch-saved-searches
       `((:name "direct" :query ,(concat "-tag:done -folder:Spam -from:discourse@discourse.nixos.org to:" (getenv "EMAIL")) :key "d")
 	(:name "github" :query "-tag:done -to:your_activity@noreply.github.com from:notifications@github.com" :key "g")
-	(:name "lists" :query "-tag:done to:afra@afra-berlin.de OR to:@list.skarnet.org OR wayland-devel@lists.freedesktop.org OR to:distributions@lists.linux.dev OR to:virglrenderer-devel@lists.freedesktop.org OR to:config-patches@gnu.org" :key "l")))
+	(:name "lists" :query "-tag:done to:afra@afra-berlin.de OR to:@list.skarnet.org OR wayland-devel@lists.freedesktop.org OR to:distributions@lists.linux.dev OR to:virglrenderer-devel@lists.freedesktop.org OR to:config-patches@gnu.org OR to:linux-kernel-announce@vger.kernel.org" :key "l")))
 (setq notmuch-tagging-keys '(("d" ("+done") "done")))
 
 ;;; mail ;;;