Replace +lsp|init with lsp! autodef

This commit is contained in:
Henrik Lissner 2019-03-02 01:33:54 -05:00
parent d46bb287ae
commit eb3c569e1d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
14 changed files with 16 additions and 19 deletions

View file

@ -21,7 +21,7 @@
"goimports"))))
(if (featurep! +lsp)
(add-hook 'go-mode-hook #'+lsp|init)
(add-hook 'go-mode-hook #'lsp!)
(add-hook 'go-mode-hook #'go-eldoc-setup))
(map! :map go-mode-map