dotfiles/.emacs.d/config/haskell.el

7 lines
156 B
EmacsLisp
Executable File

(use-package haskell-mode
:config
(progn
(setq-default haskell-stylish-on-save t)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)))