Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-10 | Switch from ido to helm | Kyle Meyer | |
2015-03-10 | gnus-group-sort-by-topic: Load gnus-topic | Kyle Meyer | |
2015-03-03 | Add command shr-browse-url-and-goto-next | Kyle Meyer | |
2015-02-28 | Add command notmuch-show-copy-message-id-as-kill | Kyle Meyer | |
2015-02-28 | sync-mail: Rename variable | Kyle Meyer | |
2015-02-28 | sync-mail: Remove global variable | Kyle Meyer | |
2015-02-20 | Rebind some 'j' bindings | Kyle Meyer | |
2015-02-18 | Add command gnus-copy-gmane-link-as-kill | Kyle Meyer | |
2015-02-18 | gnus: Rewrite article selection functions | Kyle Meyer | |
2015-02-18 | gnus: Add prefix map for article and summary mode | Kyle Meyer | |
2015-02-13 | Rewrite gnus-catchup-and-goto-next-group | Kyle Meyer | |
2015-02-13 | Remove unnecessary lambdas from hooks | Kyle Meyer | |
2015-02-11 | gnus: Add ido variants for group and topic jumping | Kyle Meyer | |
2015-02-11 | gnus: Rewrite bury functions | Kyle Meyer | |
2015-01-27 | Remove duplicate binding in gnus-summary-mode-map | Kyle Meyer | |
2015-01-27 | gnus: Use permanent levels | Kyle Meyer | |
2015-01-27 | Improve organization and consistency of files | Kyle Meyer | |
- Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings | |||
2015-01-17 | gnus: Add function to sort by topic | Kyle Meyer | |
2015-01-07 | gnus: Update select-group binding | Kyle Meyer | |
This works with and without topic mode enabled. | |||
2015-01-07 | gnus: Don't start in topic mode | Kyle Meyer | |
2015-01-07 | Fix some docstrings | Kyle Meyer | |
2015-01-05 | notmuch-goto-message-in-gnus: Fix indentation | Kyle Meyer | |
2014-12-28 | Update snip-mail-quote docstring | Kyle Meyer | |
2014-12-17 | Replace a one-armed 'if' | Kyle Meyer | |
2014-11-30 | Use slashes after all directory names | Kyle Meyer | |
2014-11-29 | Flip numbering default in snip-mail-quote | Kyle Meyer | |
2014-11-20 | Stop quoting lambdas | Kyle Meyer | |
2014-11-13 | Rebind 'j' to ace-jump in Gnus summary buffer | Kyle Meyer | |
2014-11-13 | gnus: Show article after ace-jumping | Kyle Meyer | |
2014-11-13 | Confirm address when sending mail | Kyle Meyer | |
2014-11-03 | Use hooks, not advice, to modify org-store-link | Kyle Meyer | |
Previously (4af0bf7), I used advice for org-store-link to make it store notmuch links when called from Gnus buffers for local mail. This now doesn't work because org-called-interactively-p returns nil if org-store-link is advised. I'm assuming this is due to the nadvice package, new with Emacs 24.4, which says FIXME: This Major Ugly Hack won't handle calls to called-interactively-p done from the advised function if the deepest advice is an around advice! In other cases (calls from an advice or calls from the advised function when the deepest advice is not an around advice), it should hopefully get it right. Instead of using advice, create a separate function that will run a hook before interactively calling org-store-link. | |||
2014-10-21 | Support copying in gnus-follow-last-message-link | Kyle Meyer | |
2014-10-21 | Put follow-last-message-link under gnus prefix | Kyle Meyer | |
2014-10-19 | Use notmuch Org links for local mail | Kyle Meyer | |
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 | |