el-get/recipes/haskell-mode-exts.el
2011-06-23 10:20:36 +02:00

9 lines
308 B
EmacsLisp

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