diff --git a/ace-window.el b/ace-window.el index 62d986b..3efbcc3 100644 --- a/ace-window.el +++ b/ace-window.el @@ -570,6 +570,7 @@ Amend MODE-LINE to the mode line for the duration of the selection." (unwind-protect (let* ((avy-handler-function aw-dispatch-function) (avy-translate-char-function aw-translate-char-function) + (transient-mark-mode nil) (res (avy-read (avy-tree candidate-list aw-keys) (if (and ace-window-display-mode (null aw-display-mode-overlay))