Update global paths
This commit is contained in:
parent
63f03bde2d
commit
dedc0f5ee3
8 changed files with 19 additions and 19 deletions
|
@ -6,8 +6,9 @@
|
|||
|
||||
(setq-default projectile-enable-caching t)
|
||||
(setq projectile-require-project-root nil
|
||||
projectile-cache-file (concat narf-temp-dir "projectile.cache")
|
||||
projectile-known-projects-file (concat narf-temp-dir "projectile.projects")
|
||||
projectile-enable-caching t
|
||||
projectile-cache-file (concat narf-temp-dir "/projectile.cache")
|
||||
projectile-known-projects-file (concat narf-temp-dir "/projectile.projects")
|
||||
projectile-indexing-method 'alien
|
||||
projectile-project-root-files narf-project-root-files)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue