From 5fb2caf4c14e0b23c7f39a197ea61c0cb7db8317 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Thu, 1 Jan 2015 14:43:04 +0100 Subject: [PATCH] ace-window.el: mark two customs as boolean --- ace-window.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ace-window.el b/ace-window.el index 4b796b3..9616c14 100644 --- a/ace-window.el +++ b/ace-window.el @@ -81,10 +81,12 @@ (defcustom aw-ignore-on t "When t, `ace-window' will ignore `aw-ignored-buffers'. Use M-0 `ace-window' to toggle this value." + :type 'boolean :group 'ace-window) (defcustom aw-background t "When t, `ace-window' will dim out all buffers temporarily when used.'." + :type 'boolean :group 'ace-window) (defun aw-ignored-p (window)