mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace +lsp|init with lsp! autodef
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user