Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
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 | |
2014-03-09 | Stop gnus agent from asking to go online | Kyle Meyer | |
2014-03-09 | Add functions to bury and unbury gnus | Kyle Meyer | |
2014-03-09 | Use diminish to shorten mode line | Kyle Meyer | |
2014-03-07 | Generalize km/follow-gwene-link | Kyle Meyer | |
Don't use anything gwene-specific to follow the last link of the message, so I can use this on other messages that have the main link at the bottom. | |||
2014-03-06 | Disable suspend-frame keybinding | Kyle Meyer | |
I never use and sometimes hit it on accident when use C-x z. | |||
2014-03-04 | Add bog-goto-citekey-heading-in-* bindings | Kyle Meyer | |
2014-03-02 | Fix function call in text mode hook | Kyle Meyer | |
2014-03-02 | Enable abbrev-mode in text modes | Kyle Meyer | |
2014-02-28 | Always switch to buffer in new window | Kyle Meyer | |
The default file and buffer switching methods for ido will raise a frame if the buffer is already present somewhere else. With `selected-window', the buffer is always shown in the current window, which behaves better with multiple screens. | |||
2014-02-28 | Bind `other-window' to M-o | Kyle Meyer | |
Suggested here: http://www.masteringemacs.org/articles/2014/02/28/my-emacs-keybindings/ |