summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-02-01 19:40:10 +0100
committerAlan Pearce2016-02-01 19:40:10 +0100
commit53bc9ff3cf20191ad7b07f482ffb6418404e7dfd (patch)
tree13aaa29b313c23cb8fdd5dd6ec4549e1c81474f6 /tag-emacs
parentc8710ae46712b0b600d38d6c2f12ddf84b34d071 (diff)
downloaddotfiles-53bc9ff3cf20191ad7b07f482ffb6418404e7dfd.tar.lz
dotfiles-53bc9ff3cf20191ad7b07f482ffb6418404e7dfd.tar.zst
dotfiles-53bc9ff3cf20191ad7b07f482ffb6418404e7dfd.zip
Emacs: Disable auto-indent in ansible-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index e7cd732..ab234c9 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -753,6 +753,7 @@ whitespace-sensitive language, of course.
               (add-to-list 'auto-indent-disabled-modes-list 'nix-mode)
               (add-to-list 'auto-indent-disabled-modes-list 'coffee-mode)
               (add-to-list 'auto-indent-disabled-modes-list 'yaml-mode)
+              (add-to-list 'auto-indent-disabled-modes-list 'ansible-mode)
               (auto-indent-global-mode)))
 #+END_SRC