Age | Commit message (Collapse) | Author | |
---|---|---|---|
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/ | |||
2014-02-28 | Add more shell-related functions to external map | Kyle Meyer | |
2014-02-27 | Enable recursive minibuffers | Kyle Meyer | |
This is useful to inserting shell commands in the minibuffer with `C-u shell-command`. | |||
2014-02-25 | Correct position of heading in init-org.el | Kyle Meyer | |
2014-02-23 | Don't hardcode sync-mail.sh path | Kyle Meyer | |
2014-02-20 | Add binding to narrow Org tree in current window | Kyle Meyer | |
Complements C-c C-x b, which (by default) opens the tree in an indirect buffer in a new window. | |||
2014-02-18 | Flip prefix when making Org indirect buffer | Kyle Meyer | |
2014-02-18 | Make keychord for `projectile-multi-occur' | Kyle Meyer | |
2014-02-17 | Give org-metadown a "C-c C-x" binding | Kyle Meyer | |
2014-02-17 | Check for process before syncing mail | Kyle Meyer | |
2014-02-15 | Correct ido-everywhere initialization | Kyle Meyer | |
The function `ido-everywhere' should be called rather than setting the variable. | |||
2014-02-15 | Set read functions for bog | Kyle Meyer | |
2014-02-15 | Move bog to separate init file | Kyle Meyer | |
2014-02-15 | Add binding for bog-rename-staged-pdf-to-citekey | Kyle Meyer | |
2014-02-12 | Change {forward,backward}-paragraph keybinding | Kyle Meyer | |
2014-02-12 | Add function to find PDF for TeX file | Kyle Meyer | |
2014-02-12 | Remove unnecessary lambdas from yas hooks | Kyle Meyer | |
2014-02-12 | Fix `yas-reload-all' call | Kyle Meyer | |
This was not getting ran because "yasnippet", not "yas", should be passed to `eval-after-load'. But using `eval-after-load' here is pointless because `prog-mode-hook' will be called during initialization anwyway. | |||
2014-02-12 | Require org-contacts instead of autoloading | Kyle Meyer | |
Otherwise, completion is not available for in message mode. | |||
2014-02-12 | Add find-file-other-window to projectile commander | Kyle Meyer | |
2014-02-11 | Add keymap for window-related bindings | Kyle Meyer | |
2014-02-11 | Use correct terminology in switch-frame-split | Kyle Meyer | |
2014-02-11 | Add mail sync keybinding | Kyle Meyer | |