From f98ca853bae1c3cd9be14d205e7372e0efb2b1c0 Mon Sep 17 00:00:00 2001
From: jao <jao@gnu.org>
Date: Wed, 19 May 2021 01:46:26 +0100
Subject: nits

---
 completion.org | 2 +-
 gnus.org       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/completion.org b/completion.org
index b00b8cd..82999a1 100644
--- a/completion.org
+++ b/completion.org
@@ -201,7 +201,7 @@
                   (append unread-command-events (list ?w 32)))))
 
         (add-hook 'minibuffer-setup-hook #'jao-consult-initial-narrow)
-        (add-to-list 'consult-buffer-sources 'jao-consult-w3m-source))
+        (add-to-list 'consult-buffer-sources 'jao-consult-w3m-source 'append))
     #+end_src
 * embark
 *** packages
diff --git a/gnus.org b/gnus.org
index 1469c2e..26cc752 100644
--- a/gnus.org
+++ b/gnus.org
@@ -203,7 +203,7 @@
         ("nnimap:bigml/bugs" "b" jao-themes-error)
         ("nnimap:bigml/support" "S" default)
         ("nnimap:jao/inbox" "I" jao-themes-f01)
-        ("nnimap:bigml" "W" jao-themes-dimm)
+        ("nnimap:bigml/[^ibs]" "W" jao-themes-dimm)
         ("nnimap:jao" "J" jao-themes-dimm)
         ("nnimap:feeds/[^e]" "F" jao-themes-dimm)
         ("^gmane\\.emacs\\|nnimap:feeds/emacs" "E" jao-themes-dimm)
-- 
cgit v1.2.3