Reduce projectile cache limit
fd/ripgrep are pretty fast, so be a little more aggressive when cleaning up the projectile cache.
This commit is contained in:
parent
e852ac0469
commit
f7b786f72e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; core-projects.el -*- lexical-binding: t; -*-
|
;;; core-projects.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(defvar doom-projectile-cache-limit 25000
|
(defvar doom-projectile-cache-limit 10000
|
||||||
"If any project cache surpasses this many files it is purged when quitting
|
"If any project cache surpasses this many files it is purged when quitting
|
||||||
Emacs.")
|
Emacs.")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue