defcustom

This commit is contained in:
Jean-Philippe Bernardy 2015-05-25 23:22:57 +02:00
parent ed1865a228
commit 9cd2121d9d

View file

@ -100,7 +100,7 @@
(setq boon-helm-command-state t)
(setq cursor-type 'box))
(defvar boon-special-mode-list
(defcustom boon-special-mode-list
'(
Buffer-menu-mode
Custom-mode
@ -120,6 +120,7 @@
Info-mode
)
"List of modes which start in boon-off-state, and go back to off state instead of inserting."
:group 'boon
)
(defun boon-special-mode-p ()