]> git.rkrishnan.org Git - .emacs.d.git/commitdiff
haskell indentation hook
authorRamakrishnan Muthukrishnan <ram@leastauthority.com>
Wed, 15 Oct 2014 16:16:36 +0000 (21:46 +0530)
committerRamakrishnan Muthukrishnan <ram@leastauthority.com>
Wed, 15 Oct 2014 17:49:23 +0000 (23:19 +0530)
init.el

diff --git a/init.el b/init.el
index 71f5a6a3330d08afd608559525bfa0c3f6edd74a..e37343ec3d5c55e837aec1a8506cb95598cd18dc 100644 (file)
--- 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)