summaryrefslogtreecommitdiff
path: root/init/km-projectile.el
AgeCommit message (Collapse)Author
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