emacs - commit all stale emacs config
[dotfiles.git] / emacs.d / config / init-projectile.el
index edbe926..53a11e3 100644 (file)
@@ -8,8 +8,8 @@
 (projectile-global-mode)
 
 (setq projectile-enable-caching t)
-(setq projectile-indexing-method 'native)
-
+;(setq projectile-indexing-method 'native)
+(setq projectile-indexing-method 'alien)
 ;; with helm
 (require 'helm-projectile)
 (helm-projectile-on)
@@ -18,6 +18,9 @@
 ;(setq projectile-switch-project-action 'helm-projectile-find-file)
 (setq projectile-switch-project-action 'projectile-dired)
 
+;; https://www.reddit.com/r/emacs/comments/2pvmkm/helm_projectile_now_enables_fuzzy_matching_by/
+(setq helm-projectile-fuzzy-match nil)
+
 ;; with - perspective
 (persp-mode)
 (require 'persp-projectile)