recipe for haskellmode-emacs (community edition)

This commit is contained in:
Alex 2014-03-31 15:57:33 +04:00
parent e3079c6624
commit 3421dcf276

View File

@ -0,0 +1,9 @@
(: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 (progn
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)))