emacs - commit all stale emacs config
[dotfiles.git] / emacs.d / config / init-projectile.el
index 9ba616f..53a11e3 100644 (file)
@@ -8,14 +8,18 @@
 (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)
 
 
-(setq projectile-switch-project-action 'helm-projectile-find-file)
+;(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)