Variable: aw-make-frame-char

aw-make-frame-char is a customizable variable defined in ace-window.el.

Value

122

Documentation

Non-existing ace window label character that triggers creation of a new single-window frame for display.

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defcustom aw-make-frame-char ?z
  "Non-existing ace window label character that triggers creation of a new single-window frame for display."
  :set 'aw-set-make-frame-char
  :type 'character)