Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Correct indentation in pymc-file snippet | Kyle Meyer | |
Lost the "expand-env" line with bb0ba4f. | |||
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-25 | Add another TODO snippet | Kyle Meyer | |
2014-03-24 | Remove arg placeholder for pytest def snippet | Kyle Meyer | |
2014-03-24 | Reorganize and add Python snippets | Kyle Meyer | |
2014-03-24 | Break down NumPy yasnippets | Kyle Meyer | |
Make individual snippets for the parameters and returns headings. | |||
2014-03-24 | Install boxquote | 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. | |||
2014-03-15 | Diminish some more modes | Kyle Meyer | |
2014-03-15 | Group mail bindings under common prefix | Kyle Meyer | |
2014-03-15 | Rename km/gnus to km/gnus-select-or-bury | Kyle Meyer | |
2014-03-12 | Don't ask to go to next group in gnus | Kyle Meyer | |
2014-03-10 | Don't select article when go to next gnus group | Kyle Meyer | |
2014-03-10 | Catch up gnus group and go to next | Kyle Meyer | |
2014-03-10 | Don't load nnrss | Kyle Meyer | |
2014-03-10 | Synchronize flags when plug gnus back in | Kyle Meyer | |
2014-03-09 | Always follow vc symlinks | Kyle Meyer | |
2014-03-09 | Revert "Disable vc for git" | Kyle Meyer | |
I disabled vc for git in b453a51 because I didn't think I used any features of vc and didn't see the point of it taking up space on the mode line. But now I'm missing the option to follow version-controlled symlinks, so I'm turning it back on. | |||
2014-03-09 | Revert gnus theads sorting to most recent number | Kyle Meyer | |
2014-03-09 | Clean up gnus locations | Kyle Meyer | |
- Don't hardcode gnus locations. - Remove locations that are unused or that are already their default values. | |||
2014-03-09 | Set gnus variables in one place | Kyle Meyer | |
2014-03-09 | Hide gnus summary subthreads by default | Kyle Meyer | |
2014-03-09 | Reset to default sorting for gnus threads | Kyle Meyer | |
2014-03-09 | Don't prompt on gnus exit | Kyle Meyer | |
2014-03-09 | Fix indentation of an if-else | Kyle Meyer | |
2014-03-09 | Disable vc for git | Kyle Meyer | |