el-get/recipes/haskellmode-emacs.rcp

10 lines
406 B
Plaintext

(:name haskellmode-emacs
:description "Haskell 2010 community editing mode"
:type darcs
:url "http://code.haskell.org/haskellmode-emacs"
:build ("make compile")
:load "haskell-site-file.el"
:post-init (lambda ()
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)))