From 841c9f5c816bd2a6da5a68658e4a0fe953b39679 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Sun, 1 Jun 2014 13:29:29 +0200 Subject: [PATCH] Add hamlet-mode 4-spaces indentation --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 0fd6eb4..eb5d848 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,4 @@ ((haskell-mode . ((haskell-process-type . cabal-repl) (haskell-indent-spaces . 4) - (haskell-process-use-ghci . t)))) + (haskell-process-use-ghci . t))) + (hamlet-mode . ((hamlet/basic-offset . 4))))