summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-08-14 00:55:20 -0400
committerKyle Meyer <kyle@kyleam.com>2015-08-14 00:55:20 -0400
commit7a02d1706ac5a6da844dc3936837687cb9e0da6a (patch)
tree412dfa47e63e1adf6c15c7323073a644d7ffb27b /lisp
parent6c2182b59845912fa6b0afe104b36bd9b8359369 (diff)
downloademacs.d-7a02d1706ac5a6da844dc3936837687cb9e0da6a.tar.gz
Switch gnus-follow-last-message-link to single key
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-mail.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/init-mail.el b/lisp/init-mail.el
index 38ae69b..b54a45b 100644
--- a/lisp/init-mail.el
+++ b/lisp/init-mail.el
@@ -163,8 +163,9 @@ to group buffer instead of moving to next group."
(shr-browse-url)
(shr-next-link))
-(define-key gnus-summary-mode-map
- (kbd "C-c l") 'km/gnus-follow-last-message-link)
+;; This overrides `gnus-summary-goto-last-article', which is also
+;; bound to 'G l'.
+(define-key gnus-summary-mode-map "l" 'km/gnus-follow-last-message-link)
(define-key gnus-summary-mode-map ";" 'gnus-summary-universal-argument)
;; This overrides `gnus-summary-post-news', which is also bound to
;; 'S p'.