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

7 lines
313 B
EmacsLisp
Raw Permalink Normal View History

2019-10-20 16:24:07 -05:00
(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)