summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Collapse)Author
2014-01-18Advise hippie expand to work with pareditKyle Meyer
2014-01-18Rework keychords, add org-agendaKyle Meyer
No longer using ';' exclusively for projectile.
2014-01-18Bind auto commit to magit committing menuKyle Meyer
2014-01-18Update km/magit-auto-commitKyle Meyer
`magit-with-refresh' no longer defined.
2014-01-16Autoload and bind zap-up-to-charKyle Meyer
2014-01-16Add settings for bibtex-modeKyle Meyer
2014-01-16Don't assign buffer to open terminal functionKyle Meyer
2014-01-11Add compile to projectile commanderKyle Meyer
2014-01-11Generate a unique buffer name for github patchKyle Meyer
Otherwise, opening another patch will grab the same buffer.
2014-01-11Update docstring for github patch functionKyle Meyer
Forgot to update with 2c6c5a4 changes.
2014-01-11Clean up comment in km/gnus-end-of-article-bufferKyle Meyer
2014-01-10Insert github patch in buffer not temp fileKyle Meyer
2014-01-10Add keychords for common projectile commandsKyle Meyer
Reserve ';' leader for projectile
2014-01-07Function to open github patch from gnusKyle Meyer
2014-01-07Replace end-of-buffer with more appropriate methodKyle Meyer
Documentation for `end-of-buffer' says to `(goto-char (point-max))` in Lisp programs.
2014-01-03Rename function: km/{toggle,switch}-frame-splitKyle Meyer
It doesn't toggle frame split on and off. It switches horizontal/vertical split.
2014-01-01Toggle frame split functionKyle 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-31Remove outdated function for quick magit amendKyle Meyer
`km/magit-just-amend' used `magit-with-refresh', which is no longer defined in the current version of magit. I'm removing the function, instead of updating it, because 19a722f of magit added a function (`magit-commit-extend') that takes care of this functionality.
2013-12-31Don't show margin in magit logKyle Meyer
2013-12-29Use vc-git-grep for projectile grepKyle Meyer
2013-12-29Hide header for vc-git-grepKyle Meyer
2013-12-29Let magit restore windowsKyle Meyer
Use `magit-restore-window-configuration' instead of advice.
2013-12-29Expand changes when committing with magitKyle Meyer
2013-12-27Fullscreen advice for gnusKyle Meyer
Copied over from magit advice.
2013-12-21Function for exporting wrapped textKyle Meyer
2013-12-21Use primary selection for cutting and pastingKyle Meyer
2013-12-19Expand terminal buffer groupKyle Meyer
Add shell output and external terminal buffer.
2013-12-17Remove unintentional shell renameKyle Meyer
Commit 5218a0a renamed this to "bash".
2013-12-17Remove km/projectile-magit-statusKyle Meyer
Magit status command is now provided in upstream (as of 947891).
2013-12-16Add i flag to shell commandKyle Meyer
Force interactive for access to aliases
2013-12-15Omit .gitignore in diredKyle Meyer
2013-12-15Omit intermediate latex files in diredKyle Meyer
2013-12-13Set default directory before mail syncKyle Meyer
Otherwise, offlineimap may fail if I'm in a directory that has python files with conflicting names
2013-12-13Display buffer for mail syncKyle Meyer
2013-12-12Add .git and __pycache__ directories to dired omitKyle Meyer
2013-12-12Bind root directory projectile commander to rKyle Meyer
2013-12-12Ace-jump-mode keybinding for view modeKyle Meyer
2013-12-12Fix void view-mode-mapKyle Meyer
Don't try to define key until after view is loaded.
2013-12-11Add recenter-top-bottom to view-mode-mapKyle Meyer
2013-12-09Create python test file in another windowKyle Meyer
Helpful to have the test file and original file side-by-side
2013-12-09Function to create python test fileKyle 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-08Key chord for view-modeKyle Meyer
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-04Remove comment prefixKyle Meyer
Merge with insert prefix
2013-12-03Add external keymapKyle 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.