nilcons / hi2

haskell-indentation 2nd try
GNU General Public License v3.0
33 stars 3 forks source link

hi2

haskell-indentation, 2nd try.

Installation

Put hi2.el into your load-path and add this to .emacs:

(require 'hi2)
(add-hook 'haskell-mode-hook 'turn-on-hi2)

The package can also be found on MELPA, if you install from there, you can leave out the require line above.

Notable changes to haskell-indentation-mode