haskell layer: replace use-package by eval-after-load

This commit is contained in:
syl20bnr 2015-04-19 01:11:31 -04:00
parent 65576411c4
commit 83bd31a812

View file

@ -161,9 +161,7 @@
'(define-key haskell-cabal-mode-map
[?\C-c ?\C-z] 'haskell-interactive-switch))))
(use-package haskell-indentation
:defer t
:config
(eval-after-load 'haskell-indentation
(progn
;; Show indentation guides in insert or emacs state only.
(defun spacemacs//haskell-indentation-show-guides ()