branch: master commit 964bfae5bdcd2b2d8bc11bc0ecc495abcef7462a Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
Add yaml mode to excluded modes. --- aggressive-indent.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/aggressive-indent.el b/aggressive-indent.el index 1c91c4a..d5dbac7 100644 --- a/aggressive-indent.el +++ b/aggressive-indent.el @@ -105,7 +105,8 @@ Please include this in your report!" ;;; Start of actual Code: (defcustom excluded-modes '(text-mode tabulated-list-mode special-mode - minibuffer-inactive-mode) + minibuffer-inactive-mode + yaml-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,