From 34288685116e90826aaa5639bafc4b5ef58b2575 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 26 Oct 2021 07:11:58 +0100 Subject: dehydration: transient is all we need --- gnus.org | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'gnus.org') diff --git a/gnus.org b/gnus.org index af2e36d..ae52fe7 100644 --- a/gnus.org +++ b/gnus.org @@ -723,27 +723,4 @@ (define-key gnus-article-mode-map "\C-ci" 'w3m-view-image) (define-key gnus-article-mode-map "z" 'w3m-lnum-zoom-in-image)) - (major-mode-hydra-define gnus-summary-mode nil - ("Browse" - (("g" jao-gnus-follow-link "Follow link in emacs") - ("G" (jao-gnus-follow-link t) "Follow link in external browser") - ("i" jao-gnus-show-images "Show images")) - "Capture" - (("x" jao-gnus-arXiv-capture "Capture arXiv entry") - ("e" jao-gnus-open-enclosure "Add enclosure to playlist") - ("E" (jao-gnus-open-enclosure t) "Play enclosure")))) - - (major-mode-hydra-define gnus-article-mode nil - ("Browse" - (("g" jao-gnus-follow-link "Follow link in emacs") - ("G" (jao-gnus-follow-link t) "Follow link in external browser")) - "Capture" - (("x" jao-gnus-arXiv-capture "Capture arXiv entry") - ("e" jao-gnus-open-enclosure "Add enclosure to playlist") - ("E" (jao-gnus-open-enclosure t) "Play enclosure")) - "Images" - (("z" w3m-lnum-zoom-in-image "Zoom image at point") - ("I" (if (fboundp 'w3m-view-image) (w3m-view-image) (eww-display-image)) - "View image at point") - ("i" jao-gnus-show-images "Show images")))) - #+end_src + #+end_src -- cgit v1.2.3