branch: master commit 5fb2caf4c14e0b23c7f39a197ea61c0cb7db8317 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
ace-window.el: mark two customs as boolean --- ace-window.el | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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)