summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-20Add bash shebang snippetKyle Meyer
2014-04-20Autoload magit-blame-modeKyle Meyer
No longer automatic because I moved from MELPA version (708898b).
2014-04-19Add command: km/display-compilation-other-windowKyle Meyer
2014-04-19Add stan-modeKyle Meyer
2014-04-19Rename km/create-python-test-fileKyle Meyer
2014-04-19Fix km/create-python-test-fileKyle Meyer
6cbfae7 broke this function when the test file doesn't exist. I'm not sure why I used `with-current-buffer' in the first place, considering the desired action is to switch to the file in another window.
2014-04-17Limit ace-jump scope to current frameKyle Meyer
If this is set to global, frames in other desktops (even invisible ones) are used to generate the jump choices.
2014-04-17Disable ibuffer-auto-modeKyle Meyer
2014-04-17Remove saved ibuffer groupsKyle Meyer
I don't think this has too much advantage over filtering and sorting on the fly, and it is a hassle to keep up-to-date.
2014-04-17Change message citation lineKyle Meyer
2014-04-16Try out new system for defining Org agenda filesKyle Meyer
Define based on directories rather than individual files.
2014-04-16Remove some Org capture templatesKyle Meyer
No reason to have so many inboxes, since they will just be refiled later.
2014-04-16Add function to sort on parent headingKyle Meyer
2014-04-15Remove obsolete magit customizationKyle Meyer
`magit-default-tracking-name-function' is no longer defined in the "next" branch.
2014-04-15Change org-refile-to-other* bindingsKyle Meyer
Make consistent with `org-refile'.
2014-04-13Add function to set buffer for Org refilingKyle Meyer
2014-04-13Cosmetic changes to Org refile functionsKyle Meyer
2014-04-13Don't complete file name at point in diredKyle Meyer
2014-04-13Simplify km/org-refile-to-other-org-bufferKyle Meyer
- Call `km/org-refile-to-other-file' non-interactively instead of repeating logic. - Move org buffer completion to separate function.
2014-04-12Update for magit-visit-item renameKyle Meyer
2014-04-12Turn ido-vertical-mode back onKyle Meyer
When I set up ace-link (809107e), I disabled ido-vertical-mode because I was noticing that if it was activated, some of the links at the bottom were being cut off. I can't reproduce this now (despite there not being any changes in ido-vertical-mode, ace-jump, or ace-link to fix it). I'm turning it back on and will see if the issue pops up again.
2014-04-11Add magit-annex to magit-mode-hookKyle Meyer
2014-04-10Hide Magit popup helpKyle Meyer
2014-04-09Install and setup ace-linkKyle Meyer
Removing ido-vertical because if it is active, some links in the lower portion of the window are cutoff.
2014-04-09Add --all to magit-log-popup-defaultsKyle Meyer
2014-04-09Switch to "next" branch of MagitKyle Meyer
2014-04-03Autoload ESS for R filesKyle Meyer
2014-04-02Remove ido customization for BogKyle Meyer
2014-04-02Add commands to refile beyond org-refile-targetsKyle Meyer
2014-04-02Move org ido settingsKyle Meyer
2014-03-30Set org-agenda-text-search-extra-filesKyle Meyer
2014-03-30Update Bog settings for new minor modeKyle Meyer
2014-03-28Turn ido-everywhere on againKyle Meyer
I switched this off when I installed ido-ubiquitous, but it seems like ido-ubiquitous isn't completing dired commands (like copying files). I've set `ido-ubiquitous-allow-on-functional-collection', but that didn't seem to fix it. I should ask upstream and see if I'm missing anything obvious, but for now I'm going to turn ido-everywhere on again I expect some clashes between it and ido-ubiquitous, but without looking at how both are implemented, it's hard to know.
2014-03-27Install and setup ido-gnusKyle Meyer
2014-03-27Install ido-at-pointKyle Meyer
2014-03-25Disable ido auto mergingKyle Meyer
2014-03-25Add push all to magit pushing menuKyle Meyer
2014-03-25Add woman binding to external mapKyle Meyer
2014-03-25Remove duplicate keybindingsKyle Meyer
2014-03-25Correct indentation in pymc-file snippetKyle Meyer
Lost the "expand-env" line with bb0ba4f.
2014-03-25Merge insert and multiple-cursors mapsKyle Meyer
There was only one binding left in insert map, so it didn't make much sense to keep around.
2014-03-25Remove a few functions the are covered by snippetsKyle Meyer
2014-03-25Add another TODO snippetKyle Meyer
2014-03-24Remove arg placeholder for pytest def snippetKyle Meyer
2014-03-24Reorganize and add Python snippetsKyle Meyer
2014-03-24Break down NumPy yasnippetsKyle Meyer
Make individual snippets for the parameters and returns headings.
2014-03-24Install boxquoteKyle Meyer
2014-03-23Show Org context when visiting from Magit diffKyle Meyer
2014-03-23Update Bog keymap configurationKyle Meyer
Bog now provides a keymap.
2014-03-21Tweak `hippie-expand-try-functions-list'Kyle Meyer
Removed line and list completion functions, which are almost never what I intend to complete. This should also take care of the clash with paredit mode (since these multi-word expansions shouldn't occur anymore), so I'm deleting `he-paredit-fix'.