summaryrefslogtreecommitdiff
path: root/lisp/init-mail.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-mail.el')
-rw-r--r--lisp/init-mail.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/init-mail.el b/lisp/init-mail.el
index 054dfa1..5bb4e54 100644
--- a/lisp/init-mail.el
+++ b/lisp/init-mail.el
@@ -79,7 +79,8 @@ is off."
(defun km/gnus-avy-goto-subword-and-select ()
(interactive)
- (call-interactively #'avy-goto-subword-1)
+ (let (avy-all-windows)
+ (call-interactively #'avy-goto-subword-1))
(gnus-summary-scroll-up 0))
(defun km/gnus-follow-last-message-link (copy)