summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/net/jao-notmuch-gnus.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/net/jao-notmuch-gnus.el b/lib/net/jao-notmuch-gnus.el
index b6fafcd..79c8af3 100644
--- a/lib/net/jao-notmuch-gnus.el
+++ b/lib/net/jao-notmuch-gnus.el
@@ -199,7 +199,9 @@ Example:
(defun jao-gnus-consult-notmuch ()
"Run a consult-notmuch query that opens candidates in Gnus."
(interactive)
- (jao-notmuch-gnus--open-candidate (consult-notmuch--search))))
+ (jao-notmuch-gnus--open-candidate (consult-notmuch--search)))
+
+ (consult-customize jao-gnus-consult-notmuch :preview-key 'any))
(provide 'jao-notmuch-gnus)
;;; jao-notmuch-gnus.el ends here