dired is special

+ comments
This commit is contained in:
Jean-Philippe Bernardy 2014-10-23 13:05:17 +02:00
parent 259676a0c8
commit 31b8d4dc31

View file

@ -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 ()