[emacs] Jump into ProjectileCommander after switch

This commit is contained in:
Sebastian Schulze 2016-04-12 09:55:59 +02:00
parent 8ae9ee0c94
commit f3c9bd1251
No known key found for this signature in database
GPG Key ID: 7EC07325206E3E55
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@
;;; Enable Projectile cache until I know what is going on
(setq projectile-enable-caching t)
;;; Directly jump into Commander.
(setq projectile-switch-project-action
#'projectile-commander)
;;; Skip to next match group automatically
(setq helm-move-to-line-cycle-in-source nil)
(setq helm-ls-git-fuzzy-match t)