ace-window.el (aw-keys): Add custom type

Fixes #87
Fixes #86
old-master
Basil L. Contovounesios 9 years ago committed by Oleh Krehel
parent f54d2bd0a9
commit 0a59342b7a
  1. 3
      ace-window.el

@ -70,7 +70,8 @@
:prefix "aw-")
(defcustom aw-keys '(?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9)
"Keys for selecting window.")
"Keys for selecting window."
:type '(repeat character))
(defcustom aw-scope 'global
"The scope used by `ace-window'."

Loading…
Cancel
Save