diff options
author | jao <jao@gnu.org> | 2021-05-19 01:46:26 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-05-19 01:46:26 +0100 |
commit | f98ca853bae1c3cd9be14d205e7372e0efb2b1c0 (patch) | |
tree | fac50786f43dda19ec7a3f7a630641185c9b167f | |
parent | 20c8c2d117de3cd8ef264f8ca0ceefc38a8f3d21 (diff) | |
download | elibs-f98ca853bae1c3cd9be14d205e7372e0efb2b1c0.tar.gz elibs-f98ca853bae1c3cd9be14d205e7372e0efb2b1c0.tar.bz2 |
nits
-rw-r--r-- | completion.org | 2 | ||||
-rw-r--r-- | 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 @@ -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) |