el-get/recipes/haskell-mode.rcp

9 lines
342 B
Plaintext

(:name haskell-mode
:description "A Haskell editing mode"
:type github
:pkgname "haskell/haskell-mode"
:load "haskell-site-file.el"
:post-init (progn
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)))