branch: master commit 278084bca997b2261ceab405dbaeec83417cb954 Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
Add more to excluded-modes --- aggressive-indent.el | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/aggressive-indent.el b/aggressive-indent.el index 7bddd82..07312ae 100644 --- a/aggressive-indent.el +++ b/aggressive-indent.el @@ -112,20 +112,25 @@ Please include this in your report!" :package-version '(aggressive-indent . "0.3.1")) (defcustom excluded-modes - '(text-mode - tabulated-list-mode - special-mode - minibuffer-inactive-mode + '( bibtex-mode + coffee-mode erc-mode + jabber-chat-mode + haml-mode + minibuffer-inactive-mode + python-mode + special-mode + tabulated-list-mode + text-mode yaml-mode - jabber-chat-mode) + ) "Modes in which `aggressive-indent-mode' should not be activated. This variable is only used if `global-aggressive-indent-mode' is active. If the minor mode is turned on with the local command, `aggressive-indent-mode', this variable is ignored." :type '(repeat symbol) - :package-version '(aggressive-indent . "0.2")) + :package-version '(aggressive-indent . "0.3.1")) (defcustom protected-commands '(undo undo-tree-undo undo-tree-redo) "Commands after which indentation will NOT be performed.