mirror of
https://github.com/vale981/boon
synced 2025-03-04 17:11:40 -05:00
attempt fix build
This commit is contained in:
parent
fe462c1bf6
commit
8793eb138e
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ See also `boon-special-mode-list'.
|
|||
(push 'boon-mode-map-alist emulation-mode-map-alists)
|
||||
|
||||
;; States
|
||||
(defvar-local boon-off-state nil "Used to disable boon altogether without fiddling with emulation-mode-map-alists")
|
||||
(defvar-local boon-command-state nil "Non-nil when boon command mode is activated. (Boon commands can be entered in this mode.)")
|
||||
(defvar-local boon-insert-state nil "Non-nil when boon insert mode is activated.")
|
||||
(defvar-local boon-special-state nil "Non-nil when special state is
|
||||
|
|
Loading…
Add table
Reference in a new issue