summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-19 01:46:26 +0100
committerjao <jao@gnu.org>2021-05-19 01:46:26 +0100
commitf98ca853bae1c3cd9be14d205e7372e0efb2b1c0 (patch)
treefac50786f43dda19ec7a3f7a630641185c9b167f
parent20c8c2d117de3cd8ef264f8ca0ceefc38a8f3d21 (diff)
downloadelibs-f98ca853bae1c3cd9be14d205e7372e0efb2b1c0.tar.gz
elibs-f98ca853bae1c3cd9be14d205e7372e0efb2b1c0.tar.bz2
nits
-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)