summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-04-26 14:41:42 +0200
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-04-26 14:41:42 +0200
commite327d141485449bb882678d6488590a4201cb07a (patch)
treed368cc106139a2f310752acafb9bf17e3fa07f2a
parent244a7309a56e7bacfc2add1c684d89e54f4eb8da (diff)
Add the weird "shortcuts" for gpg signing mails
-rw-r--r--emacstips.mdwn10
1 files changed, 6 insertions, 4 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index 816988a..5863ab6 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -249,10 +249,12 @@ As its name implies, notmuch isn't really doing that much (which is part of its
* <span id="sign_messages_gpg">**how to sign/encrypt my messages with
gpg**</span>
- You can manually sign your messages with gpg by
- invoking `M-x mml-secure-sign-pgpmime` (or
- `M-x mml-secure-encrypt-pgpmime`). To do so by default, I use this hook in
- my .emacs file:
+ You can manually sign your messages with gpg by invoking `M-x
+ mml-secure-sign-pgpmime` (or `M-x
+ mml-secure-encrypt-pgpmime`). These functions are available via the
+ convenient (*cough cough*) keybindings `C-c C-m s p` and `C-c C-m c
+ p` by default. To sign my outgoing mail by default, I use this hook
+ in my .emacs file:
;;sign messages by default
(add-hook 'message-setup-hook 'mml-secure-sign-pgpmime)