Move some plugins' storage to doom-etc-dir
This commit is contained in:
parent
bac286e8e2
commit
9408062f60
4 changed files with 5 additions and 5 deletions
|
@ -86,7 +86,7 @@
|
|||
(unless (executable-find "phpctags")
|
||||
(warn "php-mode: phpctags isn't installed, auto-completion will be gimped"))
|
||||
|
||||
(setq ac-php-tags-path (concat doom-cache-dir "ac-php/")))
|
||||
(setq ac-php-tags-path (concat doom-etc-dir "ac-php/")))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue