Minor refactoring
This commit is contained in:
parent
e967c573d4
commit
32bc9ce767
2 changed files with 1 additions and 7 deletions
|
@ -49,7 +49,7 @@
|
|||
:init
|
||||
(add-hook 'php-mode-hook 'eldoc-mode)
|
||||
:config
|
||||
(setq php-extras-eldoc-functions-file (concat doom-cache-dir "/php-extras-eldoc-functions"))
|
||||
(setq php-extras-eldoc-functions-file (concat doom-cache-dir "php-extras-eldoc-functions"))
|
||||
|
||||
;; company will set up itself
|
||||
(advice-add 'php-extras-company-setup :override 'ignore)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue