From 2b5cd3178aa9e550d39705aaadbd6ca89fff2125 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 21 Jun 2013 11:38:20 -0400 Subject: gnus follow-link function is for gwene rename function to make this clear --- init/km-gnus.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init') diff --git a/init/km-gnus.el b/init/km-gnus.el index 8b55b78..98138b3 100644 --- a/init/km-gnus.el +++ b/init/km-gnus.el @@ -82,8 +82,8 @@ '(gnus-thread-sort-by-number gnus-thread-sort-by-most-recent-date)) -(defun km/follow-gnus-link () - "Follow link at bottom of gnus message" +(defun km/follow-gwene-link () + "Follow link at bottom of gwene message" (interactive) ;; next 3 lines from gnus-sum.el guns-summary-widget-forward (gnus-summary-select-article) @@ -95,9 +95,9 @@ (widget-button-press (point))) (define-key gnus-summary-mode-map - (kbd "C-c j") 'km/follow-gnus-link) + (kbd "C-c j") 'km/follow-gwene-link) (define-key gnus-article-mode-map - (kbd "C-c j") 'km/follow-gnus-link) + (kbd "C-c j") 'km/follow-gwene-link) (require 'notmuch) (require 'org-gnus) -- cgit v1.2.3