summaryrefslogtreecommitdiff
path: root/lisp/init-gnus.el
AgeCommit message (Collapse)Author
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