From aeb55ec7df3220ecc0ee4db2ff104dc3764f748d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 18 Jun 2014 00:28:43 -0400 Subject: Add ace-jump-mode binding to gnus summary buffer --- lisp/init-gnus.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp') diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el index 7d72c51..4e6ac13 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-gnus.el @@ -245,6 +245,10 @@ read. Don't ask to confirm." "Go to next group without selecting the first article." (ad-set-arg 0 t)) +;; This overrides `gnus-summary-post-news', which is also bound to +;; 'S p'. +(define-key gnus-summary-mode-map "a" 'ace-jump-mode) + (define-prefix-command 'mail-map) (global-set-key (kbd "C-x m") 'mail-map) -- cgit v1.2.3