From 39059702c8c1bbfe3fdcfaa4f0c688dba9b9b7b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C3=98in=C3=A6s=20Myrseth?= Date: Fri, 28 Sep 2018 08:07:43 +0200 Subject: [PATCH] lang/haskell: Register intero-company backend --- modules/lang/haskell/+intero.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/haskell/+intero.el b/modules/lang/haskell/+intero.el index e1985fc23..8d796726d 100644 --- a/modules/lang/haskell/+intero.el +++ b/modules/lang/haskell/+intero.el @@ -15,6 +15,7 @@ This is necessary because `intero-mode' doesn't do its own error checks." :config (setq haskell-compile-cabal-build-command "stack build --fast") (set-lookup-handlers! 'intero-mode :definition #'intero-goto-definition) + (set-company-backend! 'intero-mode 'intero-company) (when (featurep! :feature syntax-checker) (flycheck-add-next-checker 'intero '(warning . haskell-hlint)))