[Emacs] Remove chris-done setting for hindent

This commit is contained in:
Ivan Malison 2016-11-24 19:01:37 -08:00
parent 06cd1d5f94
commit 7b1bd6dc0a
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

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