From 96ecadf9e6522aa76ff32ea185801083ac3e4467 Mon Sep 17 00:00:00 2001 From: Patrick Elliott Date: Thu, 19 Jul 2018 11:05:31 +0200 Subject: [PATCH] Re-order blocks --- modules/lang/haskell/+dante.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/haskell/+dante.el b/modules/lang/haskell/+dante.el index c6919c8db..dcc4b7e97 100644 --- a/modules/lang/haskell/+dante.el +++ b/modules/lang/haskell/+dante.el @@ -2,6 +2,7 @@ ;;;###if (featurep! +dante) (def-package! dante + :hook (haskell-mode . dante-mode) :init (setq dante-load-flags '(;; defaults: "+c" @@ -12,7 +13,6 @@ ;; necessary to make company completion useful: "-fdefer-typed-holes" "-fdefer-type-errors")) - :hook (haskell-mode . dante-mode) :config (when (featurep! :feature syntax-checker) (flycheck-add-next-checker 'haskell-dante '(warning . haskell-hlint)))