Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-19 | Set org-gnus-prefer-web-links | Kyle Meyer | |
2014-10-17 | Remove old configuration | Kyle Meyer | |
This should have been removed in 662ae39. | |||
2014-08-28 | Use prefix in name of all custom maps | Kyle Meyer | |
2014-06-18 | Add ace-jump-mode binding to gnus summary buffer | Kyle Meyer | |
2014-06-13 | Remove ido-gnus | Kyle Meyer | |
2014-06-06 | Move diminish code to single file | Kyle Meyer | |
2014-05-23 | Show newest messages first in notmuch searches | Kyle Meyer | |
2014-05-20 | km/follow-last-message-link: Add prefix argument | Kyle Meyer | |
2014-05-08 | Update km/sync-mail-cmd | Kyle Meyer | |
2014-04-29 | Change method for defining gnus bindings | Kyle Meyer | |
2014-04-17 | Change message citation line | Kyle Meyer | |
2014-03-27 | Install and setup ido-gnus | Kyle Meyer | |
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 | 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 | Stop gnus agent from asking to go online | Kyle Meyer | |
2014-03-09 | Add functions to bury and unbury gnus | 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-02-23 | Don't hardcode sync-mail.sh path | Kyle Meyer | |
2014-02-17 | Check for process before syncing mail | Kyle Meyer | |
2014-02-11 | Add mail sync keybinding | Kyle Meyer | |
2014-01-26 | Control mail snip number with prefix argument | Kyle Meyer | |
2014-01-26 | Remove unneeded url-handlers import | Kyle Meyer | |
2014-01-26 | Reorganize and use require-package | Kyle Meyer | |
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el. | |||
2014-01-26 | Follow Purcell's emacs.d structure | Kyle Meyer | |
User init files are added using provide/require. https://github.com/purcell/emacs.d |