el-get/recipes/haskell-mode.rcp

9 lines
342 B
Plaintext
Raw Normal View History

(:name haskell-mode
:description "A Haskell editing mode"
:type github
:pkgname "pheaver/haskell-mode"
: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-indentation)))