summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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)))