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:
Henrik Lissner
2020-08-01 15:19:59 -04:00
parent e852ac0469
commit f7b786f72e

View File

@ -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.")