mirror of
https://github.com/vale981/boon
synced 2025-03-05 17:41:42 -05:00
add package-menu-mode to speacial modes
This commit is contained in:
parent
ae5a759149
commit
36c803f474
1 changed files with 7 additions and 4 deletions
11
boon-core.el
11
boon-core.el
|
@ -102,17 +102,20 @@
|
|||
(setq cursor-type 'box))
|
||||
|
||||
(defvar boon-special-mode-list
|
||||
'(dired-mode
|
||||
'(
|
||||
Buffer-menu-mode
|
||||
Custom-mode
|
||||
completion-list-mode
|
||||
debugger-mode
|
||||
dired-mode
|
||||
ediff-mode
|
||||
magit-key-mode
|
||||
magit-branch-manager-mode
|
||||
git-rebase-mode
|
||||
magit-branch-manager-mode
|
||||
magit-key-mode
|
||||
magit-log-mode
|
||||
magit-status-mode)
|
||||
magit-status-mode
|
||||
package-menu-mode
|
||||
)
|
||||
"List of modes which start in boon-off-state, and go back to off state instead of inserting."
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue