* recipes/haskellmode-emacs.rcp: removed the duplicate in favour of

haskell-mode.rcp.
This commit is contained in:
Yakkala Yagnesh Raghava 2013-10-14 18:49:17 +09:00
parent 21eaf4d515
commit c3ddf9adc7

View File

@ -1,9 +0,0 @@
(: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)))