diff options
-rw-r--r-- | user/emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el index 1ab91738..24bf9791 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -929,6 +929,7 @@ _p_rev _u_pper _=_: upper/lower _r_esolve (setq projectile-kill-buffers-filter 'kill-only-files projectile-sort-order 'modification-time projectile-project-search-path '(("~/projects/" . 2)) + projectile-auto-discover nil projectile-project-root-functions '(projectile-root-local projectile-root-top-down projectile-root-bottom-up |