-
Hi, is it possible to combine different modes in a single source? (defvar consult--source-gnus
(list :name "Gnus"
:hidden t
:narrow ?g
:category 'buffer
:state #'consult--buffer-state
:items '(lambda () (consult--buffer-query :mode 'gnus-article-mode :mode 'gnus-summary-mode :mode 'gnus-group-mode :as #'buffer-name)))) |
Beta Was this translation helpful? Give feedback.
Answered by
grolongo
Oct 22, 2023
Replies: 1 comment
-
looks like it works doing it like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
minad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
looks like it works doing it like this:
:mode '(gnus-article-mode gnus-summary-mode gnus-group-mode)