From ef629a4f2bd62beb362543460c5f1bb0034f8198 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Sat, 14 May 2011 12:58:40 -0700 Subject: [PATCH 1/1] use code font --- emacstips.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacstips.mdwn b/emacstips.mdwn index 2b4029c..9b4e1a1 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -54,8 +54,8 @@ 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 -message-kill-buffer-on-exit) which will really close the mail window +in your `.emacs` file (or doing `M-x customize-variable +message-kill-buffer-on-exit`) which will really close the mail window after sending it. ## Attaching files -- 2.43.0