Replace +lsp|init with lsp! autodef
This commit is contained in:
parent
d46bb287ae
commit
eb3c569e1d
14 changed files with 16 additions and 19 deletions
|
@ -13,7 +13,7 @@
|
|||
(set-formatter! 'php-mode #'php-cs-fixer-fix)
|
||||
|
||||
(if (featurep! +lsp)
|
||||
(add-hook 'php-mode-hook #'+lsp|init)
|
||||
(add-hook 'php-mode-hook #'lsp!)
|
||||
;; `+php-company-backend' uses `company-phpactor', `php-extras-company' or
|
||||
;; `company-dabbrev-code', in that order.
|
||||
(set-company-backend! 'php-mode '+php-company-backend 'company-dabbrev-code))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue