From 764ff9a91e62ff0cba80973d24e6601165d9c0df Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 1 Feb 2015 18:12:11 -0500 Subject: Reposition mode calls --- lisp/init-projectile.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lisp/init-projectile.el') diff --git a/lisp/init-projectile.el b/lisp/init-projectile.el index b518e4a..1c15ecd 100644 --- a/lisp/init-projectile.el +++ b/lisp/init-projectile.el @@ -1,10 +1,9 @@ +(require 'projectile) (setq projectile-switch-project-action 'projectile-commander projectile-find-dir-includes-top-level t projectile-use-git-grep t) -(projectile-global-mode) - (defun km/projectile-switch-project-to-file () "Provide access to the of default `projectile-find-file'. @@ -136,4 +135,6 @@ Interactive arguments are processed according to "View project file in other window." (km/projectile-view-file-other-window)) +(projectile-global-mode) + (provide 'init-projectile) -- cgit v1.2.3