summaryrefslogtreecommitdiff
path: root/init/km-projectile.el
AgeCommit message (Collapse)Author
2014-01-25Clean up init filesKyle Meyer
2014-01-11Add compile to projectile commanderKyle Meyer
2014-01-01Revert "Add query and replace command to projectile"Kyle Meyer
I should have looked more closely at the current projectile commands. `projectile-replace' takes care of this nicely. This reverts commit 02d56a9878c07cca3f1d856be2929afe28d33033.
2014-01-01Add query and replace command to projectileKyle Meyer
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