diff options
-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) |