summaryrefslogtreecommitdiff
path: root/lisp/init-gnus.el
AgeCommit message (Collapse)Author
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-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-09Stop gnus agent from asking to go onlineKyle Meyer
2014-03-09Add functions to bury and unbury gnusKyle 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-02-23Don't hardcode sync-mail.sh pathKyle Meyer
2014-02-17Check for process before syncing mailKyle Meyer
2014-02-11Add mail sync keybindingKyle Meyer
2014-01-26Control mail snip number with prefix argumentKyle Meyer
2014-01-26Remove unneeded url-handlers importKyle Meyer
2014-01-26Reorganize and use require-packageKyle Meyer
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el.
2014-01-26Follow Purcell's emacs.d structureKyle Meyer
User init files are added using provide/require. https://github.com/purcell/emacs.d