summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-01-24 23:53:16 -0500
committerKyle Meyer <kyle@kyleam.com>2017-01-24 23:53:16 -0500
commit6ee5760ad42d795d8d451632ae18d1666a6042e2 (patch)
tree3ad653ab8bfd5386a5a4fe02517e9ebcf1fedcf9 /init.el
parentcb92104ef16bc293365c021131123788b8c54c50 (diff)
downloademacs.d-6ee5760ad42d795d8d451632ae18d1666a6042e2.tar.gz
Add gnus-copy-message-id-as-kill 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 0220171..d99159c 100644
--- a/init.el
+++ b/init.el
@@ -2113,9 +2113,11 @@
("o" . km/ace-link-widget)))
(bind-keys :map km/gnus-summary-prefix-map
+ ("i" . km/gnus-copy-message-id-as-kill)
("l" . km/gnus-copy-gmane-link-as-kill)
("p" . km/gnus-open-github-patch))
(bind-keys :map km/gnus-article-prefix-map
+ ("i" . km/gnus-copy-message-id-as-kill)
("l" . km/gnus-copy-gmane-link-as-kill)
("p" . km/gnus-open-github-patch)))