From ebe08cb955acdb940ed02374ef020f8b37e30d66 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Sat, 14 May 2011 14:04:16 -0700 Subject: [PATCH] proper syntax --- emacstips.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacstips.mdwn b/emacstips.mdwn index 0a40f64..06d38ca 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -54,9 +54,9 @@ 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 -after sending it. +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.45.2