el-get/recipes/haskell-mode-exts.el
Alex Ott f8cb473c3b add recipe for shime (Superior Haskell Interaction Mode for Emacs)
add features to haskell-mode-exts recipe
2011-01-18 11:49:28 +01:00

8 lines
278 B
EmacsLisp

(:name haskell-mode-exts
:type git
:url "http://github.com/chrisdone/haskell-mode-exts.git"
:load-path (".")
:features (haskell-align-imports haskell-installed-packages
haskell-navigate-imports haskell-sort-imports inf-haskell-send-cmd)
)