summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-03-25 20:31:53 -0400
committerKyle Meyer <kyle@kyleam.com>2016-03-25 20:31:53 -0400
commit05e2388914942fa10c0d23ba5070c20c0af6a445 (patch)
treeb2461e3dc30d06c0bbf94ec8c58c45f18c04846d /init.el
parent7261b8b20d6a1246cb3d19cf65229df4a884f7e3 (diff)
downloademacs.d-05e2388914942fa10c0d23ba5070c20c0af6a445.tar.gz
Add gnus-pipe-to-project command
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 23357cc..22ade83 100644
--- a/init.el
+++ b/init.el
@@ -1932,11 +1932,13 @@
(after 'gnus-sum
(bind-keys :map gnus-summary-mode-map
+ ("|" . km/gnus-pipe-to-project)
("c" . km/gnus-summary-catchup)
("l" . km/gnus-copy-message-link)
("o" . km/ace-link-widget)))
(after 'gnus-art
(bind-keys :map gnus-article-mode-map
+ ("|" . km/gnus-pipe-to-project)
("C-c l" . km/gnus-follow-last-message-link)
("e" . km/shr-browse-url-and-goto-next)
("o" . km/ace-link-widget)))