Lazy loading of projectile

This commit is contained in:
syl20bnr 2014-08-30 03:18:11 -04:00
parent 3c0c6aec93
commit 05ce22ffc1

View file

@ -1,3 +1,9 @@
(use-package projectile
:init
(projectile-global-on))
:commands (projectile-switch-to-buffer
projectile-invalidate-cache
projectile-dired
projectile-find-file
helm-projectile
projectile-kill-buffers
projectile-grep
projectile-replace))