diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-18 18:57:45 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-18 18:57:45 -0400 |
commit | d79ad49505005e4c595f8eec2f596e3496ff2f75 (patch) | |
tree | 2c0112c0d033e63c9c1b9d328463092600b06d62 /lisp | |
parent | fb37d489fc4876a0dd625f32ebead0e0e21e1ad2 (diff) | |
download | emacs.d-d79ad49505005e4c595f8eec2f596e3496ff2f75.tar.gz |
Set `projectile-find-dir-includes-top-level'
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-projectile.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-projectile.el b/lisp/init-projectile.el index 150dd3f..91e83a4 100644 --- a/lisp/init-projectile.el +++ b/lisp/init-projectile.el @@ -3,6 +3,7 @@ (projectile-global-mode) (setq projectile-switch-project-action 'projectile-commander + projectile-find-dir-includes-top-level t projectile-use-git-grep t) ;; Default binding is D. |