emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnorb c5e3459 033/449: README.org: Fixed keybinding for


From: Stefan Monnier
Subject: [elpa] externals/gnorb c5e3459 033/449: README.org: Fixed keybinding for mime map
Date: Fri, 27 Nov 2020 23:15:02 -0500 (EST)

branch: externals/gnorb
commit c5e34595ed8d3f2bb4b7bf5fff624ac9cc64d715
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    README.org: Fixed keybinding for mime map
    
    What I had previously was *unsetting* all the other mime-related
    commands.
---
 README.org | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index da37a84..1dfc8b3 100644
--- a/README.org
+++ b/README.org
@@ -112,9 +112,8 @@ be attached to the newly-captured heading.
 *** Suggested Keybindings
 #+BEGIN_SRC emacs-lisp
   (eval-after-load "gnorb-gnus"
-    '(progn 
-       (gnus-define-keys (gnus-summary-mime-map "K" gnus-summary-mode-map)
-         "a" gnorb-gnus-article-org-attach)
+    '(progn
+       (define-key gnus-summary-mime-map "a" 'gnorb-gnus-article-org-attach)
        (push '("attach to org heading" . gnorb-gnus-mime-org-attach)
              gnus-mime-action-alist)
        ;; The only way to add mime button command keys is by redefining



reply via email to

[Prev in Thread] Current Thread [Next in Thread]