Emacs/Formatting

From HaskellWiki
< Emacs
Revision as of 18:39, 28 May 2012 by Chrisdone (talk | contribs) (→‎Stylish Haskell: Linked to C-x C-s note.)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Stylish Haskell

Use M-x haskell-mode-stylish-buffer to call stylish-haskell on the current buffer.

On Save

To call it for every save, make sure you have C-x C-s rebound to haskell-mode-save-buffer.

To enable Stylish Haskell, pop the following somewhere in your Emacs configuration:

(setq haskell-stylish-on-save t)

Or in your custom set variables:

(custom-set-variables '(haskell-stylish-on-save t))

Or you can M-x customize-group haskell and pretend none of this exists!