summaryrefslogtreecommitdiff
path: root/init/km-projectile.el
AgeCommit message (Collapse)Author
2013-12-29Use vc-git-grep for projectile grepKyle Meyer
2013-12-17Remove km/projectile-magit-statusKyle Meyer
Magit status command is now provided in upstream (as of 947891).
2013-12-12Bind root directory projectile commander to rKyle Meyer
2013-12-09Update projectile for new commanderKyle Meyer
projectile 0.10 has a new commander function. Set default switch project action to commander (instead of magit status) and add magit status as command option. If I find I tend to use one option most of the time, I may set that as the switch project action and return commander to only being used when a prefix arg is given.
2013-12-04Fix projectile switch and find file keybindingKyle Meyer
"j" was previously unbound in the projectile keymap, but commit bebbab added assigned it to a function to find project tags. I don't currently use tags, so I want to keep my switch and find file keybinding. Now I need to override the binding in the projectile keymap instead of using a global keybinding.
2013-12-04Rewrite km/projectile-switch-to-project-file docKyle Meyer
2013-12-03Function for default projectile switch projectKyle Meyer
I've set the project switch action to show the magit status, but this function makes the default find file behavior available.
2013-11-28Use magit-status as projectile switch actionKyle Meyer
2013-11-28Enable global projectile mode at start upKyle Meyer