summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
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'.
2014-03-21Relocate recent files settingsKyle Meyer
2014-03-21Finally give ido-ubiquitous a tryKyle Meyer
2014-03-21Simplify km/join-next-line-with-spaceKyle Meyer
2014-03-21Use macro to define kill-thing-at-point functionsKyle Meyer
2014-03-18Add more other-window keys in projectile commanderKyle Meyer
2014-03-18Set `projectile-find-dir-includes-top-level'Kyle Meyer
2014-03-16Install ido-vertical-modeKyle Meyer
2014-03-16Add global keybinding for org-save-all-org-buffersKyle Meyer
2014-03-15Show Org context with `next-error'Kyle Meyer
2014-03-15Rebind M-o to scroll-other-windowKyle Meyer
2014-03-15Fix new diminishingKyle Meyer
Changes in ebe6d8a were not tested at load time.
2014-03-15Remove STARTED key from org agenda dispatchKyle Meyer
This was masking the keyword search, and I can access this from the T key.
2014-03-15Diminish some more modesKyle Meyer
2014-03-15Group mail bindings under common prefixKyle Meyer
2014-03-15Rename km/gnus to km/gnus-select-or-buryKyle Meyer
2014-03-12Don't ask to go to next group in gnusKyle Meyer
2014-03-10Don't select article when go to next gnus groupKyle Meyer
2014-03-10Catch up gnus group and go to nextKyle Meyer
2014-03-10Don't load nnrssKyle Meyer
2014-03-10Synchronize flags when plug gnus back inKyle Meyer
2014-03-09Always follow vc symlinksKyle Meyer
2014-03-09Revert "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-09Revert gnus theads sorting to most recent numberKyle Meyer
2014-03-09Clean up gnus locationsKyle Meyer
- Don't hardcode gnus locations. - Remove locations that are unused or that are already their default values.
2014-03-09Set gnus variables in one placeKyle Meyer
2014-03-09Hide gnus summary subthreads by defaultKyle Meyer
2014-03-09Reset to default sorting for gnus threadsKyle Meyer
2014-03-09Don't prompt on gnus exitKyle Meyer
2014-03-09Fix indentation of an if-elseKyle Meyer
2014-03-09Disable vc for gitKyle Meyer
2014-03-09Stop gnus agent from asking to go onlineKyle Meyer
2014-03-09Add functions to bury and unbury gnusKyle Meyer
2014-03-09Use diminish to shorten mode lineKyle Meyer
2014-03-07Generalize km/follow-gwene-linkKyle 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-06Disable suspend-frame keybindingKyle Meyer
I never use and sometimes hit it on accident when use C-x z.
2014-03-04Add bog-goto-citekey-heading-in-* bindingsKyle Meyer
2014-03-02Fix function call in text mode hookKyle Meyer
2014-03-02Enable abbrev-mode in text modesKyle Meyer
2014-02-28Always switch to buffer in new windowKyle 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-28Bind `other-window' to M-oKyle Meyer
Suggested here: http://www.masteringemacs.org/articles/2014/02/28/my-emacs-keybindings/
2014-02-28Add more shell-related functions to external mapKyle Meyer
2014-02-27Enable recursive minibuffersKyle Meyer
This is useful to inserting shell commands in the minibuffer with `C-u shell-command`.
2014-02-25Correct position of heading in init-org.elKyle Meyer
2014-02-23Don't hardcode sync-mail.sh pathKyle Meyer
2014-02-20Add binding to narrow Org tree in current windowKyle Meyer
Complements C-c C-x b, which (by default) opens the tree in an indirect buffer in a new window.
2014-02-18Flip prefix when making Org indirect bufferKyle Meyer
2014-02-18Make keychord for `projectile-multi-occur'Kyle Meyer