emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 964bfae 016/108: Add yaml mode to excluded modes.


From: Artur Malabarba
Subject: [elpa] master 964bfae 016/108: Add yaml mode to excluded modes.
Date: Wed, 25 Mar 2015 18:38:50 +0000

branch: master
commit 964bfae5bdcd2b2d8bc11bc0ecc495abcef7462a
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]