ace-window.el: mark two customs as boolean

old-master
Oleh Krehel 11 years ago
parent 3a06c9952a
commit 5fb2caf4c1
  1. 2
      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)

Loading…
Cancel
Save