mirror of
https://github.com/vale981/boon
synced 2025-03-05 09:31:43 -05:00
defcustom
This commit is contained in:
parent
ed1865a228
commit
9cd2121d9d
1 changed files with 2 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue