ace-window.el (aw-select): Bind `avy-translate-char-function'

* ace-window.el (aw-select): Bind `avy-translate-char-function' to
  identity, just in case it was changed from outside.
old-master
Oleh Krehel 11 years ago
parent 9aec100f72
commit 5a38c58c02
  1. 1
      ace-window.el

@ -309,6 +309,7 @@ Amend MODE-LINE to the mode line for the duration of the selection."
(remove-hook 'post-command-hook 'helm--maybe-update-keymap)
(unwind-protect
(let* ((avy-handler-function aw-dispatch-function)
(avy-translate-char-function #'identity)
(res (avy-read (avy-tree candidate-list aw-keys)
#'aw--lead-overlay
#'avy--remove-leading-chars)))

Loading…
Cancel
Save