haskell layer: add haskell-snippets

Fixes #1471
This commit is contained in:
syl20bnr 2015-05-03 12:51:29 -04:00
parent 8df9108138
commit b7c8ca7383

View file

@ -19,6 +19,7 @@
flycheck-haskell
ghc
haskell-mode
haskell-snippets
hindent
shm
))
@ -48,7 +49,6 @@
(set-face-attribute 'ghc-face-warn nil :underline nil))))
(defun haskell/init-haskell-mode ()
(require 'haskell-yas)
(use-package haskell-mode
:defer t
:config
@ -182,6 +182,10 @@
(add-hook 'evil-insert-state-exit-hook 'spacemacs//haskell-indentation-hide-guides)
(add-hook 'evil-emacs-state-exit-hook 'spacemacs//haskell-indentation-hide-guides))))
(defun haskell/init-haskell-snippets ()
(use-package haskell-snippets
:defer t))
(defun haskell/init-hindent ()
(use-package hindent
:defer t