From 2596e88803e2613ac7c1833077d2298c76b12a20 Mon Sep 17 00:00:00 2001 From: toctan Date: Thu, 4 Sep 2014 22:19:01 +0800 Subject: [PATCH] Do not auto indent in conf-mode and yaml-mode --- core/prelude-custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prelude-custom.el b/core/prelude-custom.el index 23b4f47..6a76867 100644 --- a/core/prelude-custom.el +++ b/core/prelude-custom.el @@ -77,7 +77,7 @@ in the desired elisp file." :group 'prelude) (defcustom prelude-indent-sensitive-modes - '(coffee-mode python-mode slim-mode haml-mode) + '(conf-mode coffee-mode haml-mode python-mode slim-mode yaml-mode) "Modes for which auto-indenting is suppressed." :type 'list :group 'prelude)