summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.el b/init.el
index ae7505d..5df1941 100644
--- a/init.el
+++ b/init.el
@@ -2012,11 +2012,11 @@
("o" . km/ace-link-widget)))
(bind-keys :map km/gnus-summary-prefix-map
- ("p" . km/gnus-open-github-patch)
- ("l" . km/gnus-copy-gmane-link-as-kill))
+ ("l" . km/gnus-copy-gmane-link-as-kill)
+ ("p" . km/gnus-open-github-patch))
(bind-keys :map km/gnus-article-prefix-map
- ("p" . km/gnus-open-github-patch)
- ("l" . km/gnus-copy-gmane-link-as-kill)))
+ ("l" . km/gnus-copy-gmane-link-as-kill)
+ ("p" . km/gnus-open-github-patch)))
;;; Miscellaneous configuration