Fix #4925: defining lexical variables error in 28+
This commit is contained in:
parent
82eebdca16
commit
c9b41205b2
2 changed files with 10 additions and 6 deletions
|
@ -23,7 +23,8 @@ debian, and derivatives). On most it's 'fd'.")
|
|||
:commands (projectile-project-root
|
||||
projectile-project-name
|
||||
projectile-project-p
|
||||
projectile-locate-dominating-file)
|
||||
projectile-locate-dominating-file
|
||||
projectile-relevant-known-projects)
|
||||
:init
|
||||
(setq projectile-cache-file (concat doom-cache-dir "projectile.cache")
|
||||
;; Auto-discovery is slow to do by default. Better to update the list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue