Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 |