summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index eda26c15..386de7ae 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -3150,7 +3150,11 @@ mutt's review view, after exiting EDITOR."
(with-eval-after-load 'gnus-art
(define-key gnus-mime-button-map "a" #'spw/gnus-mime-apply-part))
-;;; Bindings go under 'v' because that is reserved to Gnus users.
+(with-eval-after-load 'gnus-sum
+ (define-key gnus-summary-mode-map "k" "ToTkg")
+ (define-key gnus-summary-mode-map "\M-k" "Tkg"))
+
+;;; Following bindings go under 'v' because that is reserved to Gnus users.
;; There's an alternative to having a dedicated command for this described in
;; (info "(gnus) Security"), "Snarfing OpenPGP keys".