ace-window.el (aw-select): Disable transient-mark-mode for the duration

Fixes #188
master
Oleh Krehel 6 years ago
parent a36c1472d0
commit e445b2c29b
  1. 1
      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))

Loading…
Cancel
Save