]> git.rkrishnan.org Git - .emacs.d.git/blobdiff - init.el
haskell indentation hook
[.emacs.d.git] / 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)