From 46cf147fc42b72f68ecd52b3b03a8bfd6077f42b Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 30 Oct 2023 09:32:17 +0100 Subject: modules/emacs: add config-patches to lists --- modules/workstation/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/workstation/emacs/init.el') diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el index 76b133fbd0bd..acb8726048f4 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" :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" :key "l"))) (setq notmuch-tagging-keys '(("d" ("+done") "done"))) ;;; mail ;;; -- cgit 1.4.1