summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--completion.org2
-rw-r--r--gnus.org2
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)