Variable: aw-dispatch-function

aw-dispatch-function is a variable defined in ace-window.el.

Value

aw-dispatch-default

Documentation

Function to call when a character not in aw-keys is pressed.

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defvar aw-dispatch-function 'aw-dispatch-default
  "Function to call when a character not in `aw-keys' is pressed.")