el-get/recipes/haskell-mode.rcp

10 lines
369 B
Plaintext
Raw Normal View History

(:name haskell-mode
:description "A Haskell editing mode"
:type github
:pkgname "haskell/haskell-mode"
:build ("make all")
: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)))