Merge pull request #1244 from xiaohanyu/master

fix a error in haskell-mode recipe
This commit is contained in:
Dimitri Fontaine 2013-07-21 15:11:56 -07:00
commit bca715a0be

View File

@ -2,6 +2,7 @@
: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)