dotfiles/.emacs.d/conf.d/004-haskell.el

7 lines
313 B
EmacsLisp

(load (expand-file-name "~/.emacs.d/site-lisp/haskell-mode/haskell-site-file"))
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
;(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
;(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
(add-hook 'haskell-mode-hook 'turn-on-haskell-simple-indent)