Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-17 | Limit ace-jump scope to current frame | Kyle Meyer | |
If this is set to global, frames in other desktops (even invisible ones) are used to generate the jump choices. | |||
2014-04-17 | Disable ibuffer-auto-mode | Kyle Meyer | |
2014-04-17 | Remove saved ibuffer groups | Kyle 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-17 | Change message citation line | Kyle Meyer | |
2014-04-16 | Try out new system for defining Org agenda files | Kyle Meyer | |
Define based on directories rather than individual files. | |||
2014-04-16 | Remove some Org capture templates | Kyle Meyer | |
No reason to have so many inboxes, since they will just be refiled later. | |||
2014-04-16 | Add function to sort on parent heading | Kyle Meyer | |
2014-04-15 | Remove obsolete magit customization | Kyle Meyer | |
`magit-default-tracking-name-function' is no longer defined in the "next" branch. | |||
2014-04-15 | Change org-refile-to-other* bindings | Kyle Meyer | |
Make consistent with `org-refile'. | |||
2014-04-13 | Add function to set buffer for Org refiling | Kyle Meyer | |
2014-04-13 | Cosmetic changes to Org refile functions | Kyle Meyer | |
2014-04-13 | Don't complete file name at point in dired | Kyle Meyer | |
2014-04-13 | Simplify km/org-refile-to-other-org-buffer | Kyle Meyer | |
- Call `km/org-refile-to-other-file' non-interactively instead of repeating logic. - Move org buffer completion to separate function. | |||
2014-04-12 | Update for magit-visit-item rename | Kyle Meyer | |
2014-04-12 | Turn ido-vertical-mode back on | Kyle 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-11 | Add magit-annex to magit-mode-hook | Kyle Meyer | |
2014-04-10 | Hide Magit popup help | Kyle Meyer | |
2014-04-09 | Install and setup ace-link | Kyle Meyer | |
Removing ido-vertical because if it is active, some links in the lower portion of the window are cutoff. | |||
2014-04-09 | Add --all to magit-log-popup-defaults | Kyle Meyer | |
2014-04-09 | Switch to "next" branch of Magit | Kyle Meyer | |
2014-04-03 | Autoload ESS for R files | Kyle Meyer | |
2014-04-02 | Remove ido customization for Bog | Kyle Meyer | |
2014-04-02 | Add commands to refile beyond org-refile-targets | Kyle Meyer | |
2014-04-02 | Move org ido settings | Kyle Meyer | |
2014-03-30 | Set org-agenda-text-search-extra-files | Kyle Meyer | |
2014-03-30 | Update Bog settings for new minor mode | Kyle Meyer | |
2014-03-28 | Turn ido-everywhere on again | Kyle 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-27 | Install and setup ido-gnus | Kyle Meyer | |
2014-03-27 | Install ido-at-point | Kyle Meyer | |
2014-03-25 | Disable ido auto merging | Kyle Meyer | |
2014-03-25 | Add push all to magit pushing menu | Kyle Meyer | |
2014-03-25 | Add woman binding to external map | Kyle Meyer | |
2014-03-25 | Remove duplicate keybindings | Kyle Meyer | |
2014-03-25 | Merge insert and multiple-cursors maps | Kyle Meyer | |
There was only one binding left in insert map, so it didn't make much sense to keep around. | |||
2014-03-25 | Remove a few functions the are covered by snippets | Kyle Meyer | |
2014-03-23 | Show Org context when visiting from Magit diff | Kyle Meyer | |
2014-03-23 | Update Bog keymap configuration | Kyle Meyer | |
Bog now provides a keymap. | |||
2014-03-21 | Tweak `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'. | |||
2014-03-21 | Relocate recent files settings | Kyle Meyer | |
2014-03-21 | Finally give ido-ubiquitous a try | Kyle Meyer | |
2014-03-21 | Simplify km/join-next-line-with-space | Kyle Meyer | |
2014-03-21 | Use macro to define kill-thing-at-point functions | Kyle Meyer | |
2014-03-18 | Add more other-window keys in projectile commander | Kyle Meyer | |
2014-03-18 | Set `projectile-find-dir-includes-top-level' | Kyle Meyer | |
2014-03-16 | Install ido-vertical-mode | Kyle Meyer | |
2014-03-16 | Add global keybinding for org-save-all-org-buffers | Kyle Meyer | |
2014-03-15 | Show Org context with `next-error' | Kyle Meyer | |
2014-03-15 | Rebind M-o to scroll-other-window | Kyle Meyer | |
2014-03-15 | Fix new diminishing | Kyle Meyer | |
Changes in ebe6d8a were not tested at load time. | |||
2014-03-15 | Remove STARTED key from org agenda dispatch | Kyle Meyer | |
This was masking the keyword search, and I can access this from the T key. |