Set projectile completion system for selectrum

This commit is contained in:
Riyyi
2020-08-03 03:33:02 +02:00
parent 4851c5674a
commit 5d905b08dd
+1
View File
@@ -312,6 +312,7 @@ Project manager.
(use-package projectile (use-package projectile
:custom :custom
(projectile-cache-file (concat dot-cache-dir "/projectile.cache")) (projectile-cache-file (concat dot-cache-dir "/projectile.cache"))
(projectile-completion-system 'default)
(projectile-enable-caching t) (projectile-enable-caching t)
(projectile-indexing-method 'hybrid) (projectile-indexing-method 'hybrid)
(projectile-known-projects-file (concat dot-cache-dir "/projectile-bookmarks.eld")) (projectile-known-projects-file (concat dot-cache-dir "/projectile-bookmarks.eld"))