emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 5fb2caf 36/68: ace-window.el: mark two customs as boolean


From: Oleh Krehel
Subject: [elpa] master 5fb2caf 36/68: ace-window.el: mark two customs as boolean
Date: Sat, 21 Mar 2015 19:07:00 +0000

branch: master
commit 5fb2caf4c14e0b23c7f39a197ea61c0cb7db8317
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]