[Emacs] Remove chris-done setting for hindent

This commit is contained in:
2016-11-24 19:01:37 -08:00
parent 06cd1d5f94
commit 7b1bd6dc0a

View File

@@ -2689,7 +2689,7 @@ Intero seems to be causing hangs, so it has been disabled
:after haskell-mode
:config
(progn
(setq hindent-style "chris-done")
(setq hindent-style nil)
(add-hook 'haskell-mode-hook 'hindent-mode)))
#+END_SRC
**** ghc-mod