Stop php-extras altering global company-backends
This commit is contained in:
parent
fe3a73c118
commit
248e9a487f
1 changed files with 2 additions and 4 deletions
|
@ -49,10 +49,8 @@
|
||||||
|
|
||||||
(def-package! php-extras
|
(def-package! php-extras
|
||||||
:after php-mode
|
:after php-mode
|
||||||
:init
|
:preface (advice-add #'php-extras-company-setup :override #'ignore)
|
||||||
;; company will set up itself
|
:init (add-to-list '+php--company-backends 'php-extras-company nil #'eq)
|
||||||
(advice-add #'php-extras-company-setup :override #'ignore)
|
|
||||||
(add-to-list '+php--company-backends 'php-extras-company nil #'eq)
|
|
||||||
:config
|
:config
|
||||||
(setq php-extras-eldoc-functions-file
|
(setq php-extras-eldoc-functions-file
|
||||||
(concat doom-etc-dir "php-extras-eldoc-functions"))
|
(concat doom-etc-dir "php-extras-eldoc-functions"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue