mirror of
https://github.com/vale981/boon
synced 2025-03-05 09:31:43 -05:00
dired is special
+ comments
This commit is contained in:
parent
259676a0c8
commit
31b8d4dc31
1 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
;;; Commentary:
|
||||
|
||||
;; This module sets up the emulation keymaps for each boon state.
|
||||
;; Functions to switch to each state is also provided.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'face-remap)
|
||||
|
@ -99,7 +102,8 @@
|
|||
(setq cursor-type 'box))
|
||||
|
||||
(defvar boon-special-mode-list
|
||||
'(Buffer-menu-mode
|
||||
'(dired-mode
|
||||
Buffer-menu-mode
|
||||
Custom-mode
|
||||
completion-list-mode
|
||||
debugger-mode
|
||||
|
@ -109,7 +113,7 @@
|
|||
git-rebase-mode
|
||||
magit-log-mode
|
||||
magit-status-mode)
|
||||
"List of modes which start in boon-off-state."
|
||||
"List of modes which start in boon-off-state, and go back to off state instead of inserting."
|
||||
)
|
||||
|
||||
(defun boon-special-mode-p ()
|
||||
|
|
Loading…
Add table
Reference in a new issue