Replace +lsp|init with lsp! autodef
This commit is contained in:
parent
d46bb287ae
commit
eb3c569e1d
14 changed files with 16 additions and 19 deletions
|
@ -20,7 +20,7 @@
|
|||
(set-repl-handler! '(ruby-mode enh-ruby-mode) #'inf-ruby)
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'enh-ruby-mode-hook #'+lsp|init))
|
||||
(add-hook 'enh-ruby-mode-hook #'lsp!))
|
||||
|
||||
(after! company-dabbrev-code
|
||||
(add-to-list 'company-dabbrev-code-modes 'enh-ruby-mode nil #'eq)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue