mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move ac-php-tags-path & recentf-save-file to doom-cache-dir
This commit is contained in:
@ -84,8 +84,7 @@
|
||||
:config
|
||||
(unless (executable-find "phpctags")
|
||||
(warn "php-mode: phpctags isn't installed, auto-completion will be gimped"))
|
||||
|
||||
(setq ac-php-tags-path (concat doom-etc-dir "ac-php/")))
|
||||
(setq ac-php-tags-path (concat doom-cache-dir "ac-php/")))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user