From 4d4d87a32f2abfcd4ba45e742dfc4d138e2fd047 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@leastauthority.com>
Date: Wed, 15 Oct 2014 21:46:36 +0530
Subject: [PATCH] haskell indentation hook

---
 init.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/init.el b/init.el
index 71f5a6a..e37343e 100644
--- a/init.el
+++ b/init.el
@@ -66,3 +66,6 @@
 
 ;; switch to ERC with Ctrl+c e
 (global-set-key (kbd "C-c e") 'start-erc) ;; ERC
+
+;; haskell mode
+(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
-- 
2.45.2