summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-01-29 19:08:23 +0100
committerAlan Pearce2016-01-29 19:08:47 +0100
commitc8710ae46712b0b600d38d6c2f12ddf84b34d071 (patch)
tree34c91f5c193d27f3b6de1a5cd31852019f12b5ba /tag-emacs
parent64aad8e0919a1519e8f5bb78d714cb4aa55f736f (diff)
downloaddotfiles-c8710ae46712b0b600d38d6c2f12ddf84b34d071.tar.lz
dotfiles-c8710ae46712b0b600d38d6c2f12ddf84b34d071.tar.zst
dotfiles-c8710ae46712b0b600d38d6c2f12ddf84b34d071.zip
Emacs: Don’t auto-indent in yaml-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 73f7f94..e7cd732 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -752,6 +752,7 @@ whitespace-sensitive language, of course.
               (add-to-list 'auto-indent-disabled-modes-list 'saltstack-mode)
               (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)
               (auto-indent-global-mode)))
 #+END_SRC