summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-11-08 01:19:34 +0000
committerjao <jao@gnu.org>2021-11-08 01:19:34 +0000
commit5ad6c5c86f4281b2bee7cbecb8714df8d2afdd22 (patch)
tree15a47eab5ad48d3570365c69468c7c84f79974c9 /email.org
parentbf4224860427cc42bf23f566f885b9713d4606de (diff)
downloadelibs-5ad6c5c86f4281b2bee7cbecb8714df8d2afdd22.tar.gz
elibs-5ad6c5c86f4281b2bee7cbecb8714df8d2afdd22.tar.bz2
welcome, yank-media
Diffstat (limited to 'email.org')
-rw-r--r--email.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/email.org b/email.org
index 48eded8..44f4627 100644
--- a/email.org
+++ b/email.org
@@ -165,6 +165,10 @@
jao-message-maybe-sign))
(add-hook 'message-send-hook h))
#+end_src
+*** Keybindings
+ #+begin_src emacs-lisp
+ (define-key message-mode-map (kbd "C-c y") #'yank-media)
+ #+end_src
* sendmail/smtp
#+begin_src emacs-lisp
(require 'smtpmail)