Move ac-php-tags-path & recentf-save-file to doom-cache-dir

This commit is contained in:
Henrik Lissner 2017-12-23 14:30:36 -05:00
parent a2a5910126
commit 9d661ff71e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 3 deletions

View file

@ -138,7 +138,7 @@ with functions that require it (like modeline segments)."
(def-package! recentf
:hook (doom-init . recentf-mode)
: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-saved-items 300
recentf-filename-handlers '(file-truename)