From bc124fae114336f1474cddec6118be9834aca831 Mon Sep 17 00:00:00 2001 From: Patrick Elliott Date: Tue, 26 Jun 2018 19:14:31 +0200 Subject: [PATCH] removed hindent hook --- modules/lang/haskell/+intero.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/lang/haskell/+intero.el b/modules/lang/haskell/+intero.el index 3ddbc5ef8..5dc501743 100644 --- a/modules/lang/haskell/+intero.el +++ b/modules/lang/haskell/+intero.el @@ -14,7 +14,3 @@ This is necessary because `intero-mode' doesn't do its own error checks." (add-hook 'haskell-mode-hook #'+haskell|init-intero) :config (set-lookup-handlers! 'intero-mode :definition #'intero-goto-definition)) - - -(def-package! hindent - :hook (haskell-mode . hindent-mode))