From 31b8d4dc31f5dd4eaa08236197798cd7f72670e6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Thu, 23 Oct 2014 13:05:17 +0200 Subject: [PATCH] dired is special + comments --- boon-core.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/boon-core.el b/boon-core.el index ffc32fa..347f711 100644 --- a/boon-core.el +++ b/boon-core.el @@ -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 ()