el-get/recipes/haskell-mode.el
Dimitri Fontaine b10a0ba1cc Review and polish the new support for svn and darcs, and use it in some recipes.
We define el-get-svn and el-get-darcs for platforms where occasional users
won't want to adapt their PATH and still need to use odd placed binaries,
like for example "~/.cabal/bin/darcs". Using an older darcs version (1.0.9)
or newer (2.x) repositories will result in HTTP 404 error, but I guess
that's not for `el-get' to try and solve that.
2010-10-09 21:19:57 +02:00

8 lines
277 B
EmacsLisp

(:name haskell-mode
:type darcs
:url "http://code.haskell.org/haskellmode-emacs"
:load "haskell-site-file.el"
:after (lambda ()
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)))