summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenyon Ralph <kenyon@kenyonralph.com>2011-05-14 15:53:30 -0700
committerKenyon Ralph <kenyon@kenyonralph.com>2011-05-14 15:53:30 -0700
commita06239614d6ed2ff7cb04980c49468fdcfc65762 (patch)
treebd88f7f05e404911373ef6ea1c1b66a96073720c
parentebe08cb955acdb940ed02374ef020f8b37e30d66 (diff)
corrections
-rw-r--r--emacstips.mdwn14
1 files changed, 7 insertions, 7 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index 06d38ca..d3b184e 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -54,18 +54,18 @@ that it will hide the sent mail in your emacs frame stack, but it will
not close it. If you type several mails in an emacs session they will
accumulate and make switching between buffers more annoying. You can
avoid that behavior by adding `(setq message-kill-buffer-on-exit t)`
-in your `.emacs` file (or doing `M-x customize-variable<RET>
-message-kill-buffer-on-exit<RET>`) which will really close the mail
-window after sending it.
+in your `.emacs` file (or doing `M-x
+customize-variable<RET>message-kill-buffer-on-exit<RET>`) which will
+really close the mail window after sending it.
## Attaching files
Using the `M-x mml-attach-file` command, you can attach any file to be
-send with your mail. By default this command is bound to the menu item
-*Attachments--Attach File* with the key binding `C-c C-a`. The
+sent with your mail. By default this command is bound to the menu item
+*Attachments--Attach File* with the key binding `C-c C-a`. The
variable `mml-dnd-attach-options` (`M-x
-customize-variable<RET>mml-dnd-attach-options`) can be set to allow
-the prompting for various attachment options (such as
+customize-variable<RET>mml-dnd-attach-options<RET>`) can be set to
+allow the prompting for various attachment options (such as
inline/attachment) if you want to do that.
For those who prefer a more graphical interface, you can also simply