diff options
author | jao <jao@gnu.org> | 2021-11-08 01:19:34 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-11-08 01:19:34 +0000 |
commit | 5ad6c5c86f4281b2bee7cbecb8714df8d2afdd22 (patch) | |
tree | 15a47eab5ad48d3570365c69468c7c84f79974c9 | |
parent | bf4224860427cc42bf23f566f885b9713d4606de (diff) | |
download | elibs-5ad6c5c86f4281b2bee7cbecb8714df8d2afdd22.tar.gz elibs-5ad6c5c86f4281b2bee7cbecb8714df8d2afdd22.tar.bz2 |
welcome, yank-media
-rw-r--r-- | email.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |