lang/haskell: fix +ghcide

This commit is contained in:
Henrik Lissner
2020-03-31 13:45:32 -04:00
parent ca10445837
commit 86506eaa53
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
(use-package! lsp-haskell
:after lsp-clients
:init (add-hook 'haskell-mode-local-vars #'lsp!)
:preface (add-hook 'haskell-mode-local-vars-hook #'lsp!)
:config
(when IS-MAC
(setq lsp-haskell-process-path-hie "hie-wrapper"))