Save php-extras-eldoc-functions-file in cache dir

This commit is contained in:
Henrik Lissner 2015-06-25 23:47:03 +02:00
parent 6e12e96db1
commit 78a27857a6

View file

@ -3,7 +3,8 @@
(use-package php-mode
:mode "\\.\\(php\\|inc\\)$"
: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
(require 'php-extras)
(add-company-backend! php-mode '(php-extras-company))