Replace +lsp|init with lsp! autodef
This commit is contained in:
parent
d46bb287ae
commit
eb3c569e1d
14 changed files with 16 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
(def-package! lsp-haskell
|
||||
:after haskell-mode
|
||||
:init (add-hook 'haskell-mode-hook #'+lsp|init)
|
||||
:init (add-hook 'haskell-mode-hook #'lsp!)
|
||||
:config
|
||||
;; Does some strange indentation if it pastes in the snippet
|
||||
(setq-hook! 'haskell-mode-hook yas-indent-line 'fixed))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue