haskell +lsp: change lsp to +lsp|init

This commit is contained in:
Aria Edmonds 2019-02-23 15:15:38 +11:00
parent b8be64f3b5
commit a070343e22

View file

@ -2,7 +2,7 @@
(def-package! lsp-haskell
:after haskell-mode
:init (add-hook 'haskell-mode-hook #'lsp)
:init (add-hook 'haskell-mode-hook #'+lsp|init)
:config
;; Does some strange indentation if it pastes in the snippet
(setq company-lsp-enable-snippet nil))