summaryrefslogtreecommitdiff
path: root/init/km-gnus.el
AgeCommit message (Collapse)Author
2013-07-24Add function to snip mail quoteKyle Meyer
2013-07-24Rebind gnus start or switchKyle Meyer
C-c m was conflicting with the prefix I use for custom mode commands. Remap to C-x m, which was bound to `compose-mail'.
2013-07-23Add keybinding for level 1 gnus start or switchKyle Meyer
Create a function that always fetches a specified level even if gnus is already started. This is different from the behavior of both `gnus' and `gnus-other-frame' (although I might be missing a gnus function that already does this). I'm fine frequently fetching level 1 because I reserve this for mail groups (which are local).
2013-07-23Remove unused compose mail keybindingKyle Meyer
2013-07-22Switch message-mode to orgstruct++Kyle Meyer
orgstruct++ has more complete formatting and list functionality (such as the ability to create a new list element from the previous element even if it is multi-line).
2013-07-18move key bindings to .gnus.elKyle Meyer
summary and article mode mapping have no effect (presumably overridden) if not they are not evaluated at the time gnus loads
2013-07-17remap group, summary, and article enter commandsKyle Meyer
left pinky is getting tired of pressing enter
2013-07-11set footnote tag to empty stringKyle Meyer
2013-07-11add orgstruct to message-mode hookKyle Meyer
2013-07-01check messages with flyspell instead of send-hookKyle Meyer
2013-06-30gnus follow-link function is for gweneKyle Meyer
rename function to make this clear
2013-06-19function to locate and follow gnus linkKyle Meyer
For articles with many links, it can get annoying to press <TAB> (gnus-summary-widget-forward) to get to the external link to the current article.
2013-06-19tweak citation line formatKyle Meyer
2013-06-17import gnus filesKyle Meyer
moving much of .gnus content to emacs init