From 0a59342b7aafa9f89b477b0cc28f41a1abb8096c Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Fri, 21 Apr 2017 11:44:09 +0100 Subject: [PATCH] ace-window.el (aw-keys): Add custom type Fixes #87 Fixes #86 --- ace-window.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ace-window.el b/ace-window.el index 84500dc..9730f9b 100644 --- a/ace-window.el +++ b/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'."