Move ac-php-tags-path & recentf-save-file to doom-cache-dir
This commit is contained in:
parent
a2a5910126
commit
9d661ff71e
2 changed files with 2 additions and 3 deletions
|
@ -138,7 +138,7 @@ with functions that require it (like modeline segments)."
|
||||||
(def-package! recentf
|
(def-package! recentf
|
||||||
:hook (doom-init . recentf-mode)
|
:hook (doom-init . recentf-mode)
|
||||||
:config
|
:config
|
||||||
(setq recentf-save-file (concat doom-etc-dir "recentf")
|
(setq recentf-save-file (concat doom-cache-dir "recentf")
|
||||||
recentf-max-menu-items 0
|
recentf-max-menu-items 0
|
||||||
recentf-max-saved-items 300
|
recentf-max-saved-items 300
|
||||||
recentf-filename-handlers '(file-truename)
|
recentf-filename-handlers '(file-truename)
|
||||||
|
|
|
@ -84,8 +84,7 @@
|
||||||
:config
|
:config
|
||||||
(unless (executable-find "phpctags")
|
(unless (executable-find "phpctags")
|
||||||
(warn "php-mode: phpctags isn't installed, auto-completion will be gimped"))
|
(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