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

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

[elpa] master b4c2aec 073/108: Add more excluded modes


From: Artur Malabarba
Subject: [elpa] master b4c2aec 073/108: Add more excluded modes
Date: Wed, 25 Mar 2015 18:39:13 +0000

branch: master
commit b4c2aecf9154b5b99333ebba932c599bbfff4989
Author: davidshepherd7 <address@hidden>
Commit: davidshepherd7 <address@hidden>

    Add more excluded modes
    
    `haskell-mode` for similar reasons to python.
    
    `snippet-mode` (which is for editing yas snippets) because there is no 
"correct" way to indent a
    snippet which could be in any language.
---
 aggressive-indent.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/aggressive-indent.el b/aggressive-indent.el
index a664a30..5469724 100644
--- a/aggressive-indent.el
+++ b/aggressive-indent.el
@@ -138,11 +138,13 @@ Please include this in your report!"
     erc-mode
     jabber-chat-mode
     haml-mode
+    haskell-mode
     makefile-mode
     minibuffer-inactive-mode
     python-mode
     special-mode
     shell-mode
+    snippet-mode
     eshell-mode
     tabulated-list-mode
     term-mode



reply via email to

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