el-get/recipes/haskell-mode.rcp
Xiao Hanyu 7cc4d140e6 fix a error in haskell-mode.rcp
haskell-site-file.el is generated by 'make all', without which,
haskell-mode can not work well.
2013-06-06 22:30:03 +08:00

10 lines
369 B
Plaintext

(: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)))