Save php-extras-eldoc-functions-file in cache dir
This commit is contained in:
parent
6e12e96db1
commit
78a27857a6
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
(use-package php-mode
|
(use-package php-mode
|
||||||
:mode "\\.\\(php\\|inc\\)$"
|
:mode "\\.\\(php\\|inc\\)$"
|
||||||
:init
|
:init
|
||||||
(setq php-template-compatibility nil)
|
(setq php-template-compatibility nil
|
||||||
|
php-extras-eldoc-functions-file (concat narf-temp-dir "php-extras-eldoc-functions"))
|
||||||
:config
|
:config
|
||||||
(require 'php-extras)
|
(require 'php-extras)
|
||||||
(add-company-backend! php-mode '(php-extras-company))
|
(add-company-backend! php-mode '(php-extras-company))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue