summaryrefslogtreecommitdiff
path: root/lisp/init-gnus.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-10-21 01:03:52 -0400
committerKyle Meyer <kyle@kyleam.com>2014-10-21 01:03:52 -0400
commitaeda4b6369da94f32e431b60a037d19414c81ff7 (patch)
treea5acd8c055a809b8e2e97aa36efefe15848513bd /lisp/init-gnus.el
parent4af0bf7a0b91c5a7d72677d76323816166efbc90 (diff)
downloademacs.d-aeda4b6369da94f32e431b60a037d19414c81ff7.tar.gz
Put follow-last-message-link under gnus prefix
Diffstat (limited to 'lisp/init-gnus.el')
-rw-r--r--lisp/init-gnus.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el
index 1e6a783..71f4e04 100644
--- a/lisp/init-gnus.el
+++ b/lisp/init-gnus.el
@@ -79,7 +79,7 @@
'(lambda ()
(flyspell-mode 1)))
-(defun km/follow-last-message-link (arg)
+(defun km/gnus-follow-last-message-link (arg)
"Follow link at bottom of message.
When a prefix argument, move to the link but don't follow it."
(interactive "P")
@@ -89,9 +89,9 @@ When a prefix argument, move to the link but don't follow it."
(widget-button-press (point))))
(define-key gnus-summary-mode-map
- (kbd "C-c j") 'km/follow-last-message-link)
+ (kbd "C-c j") 'km/gnus-follow-last-message-link)
(define-key gnus-article-mode-map
- (kbd "C-c j") 'km/follow-last-message-link)
+ (kbd "C-c j") 'km/gnus-follow-last-message-link)
(defun km/gnus-open-github-patch ()
"Open patch from github email.