From: Ramakrishnan Muthukrishnan Date: Wed, 15 Oct 2014 16:16:36 +0000 (+0530) Subject: haskell indentation hook X-Git-Url: https://git.rkrishnan.org/?p=.emacs.d.git;a=commitdiff_plain;h=4d4d87a32f2abfcd4ba45e742dfc4d138e2fd047 haskell indentation hook --- 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)