diff options
-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) |