diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2012-08-21 11:24:11 +0300 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2012-08-21 11:24:11 +0300 |
| commit | b77ef6ce246880b438b916d7f8cfe29acebf3790 (patch) | |
| tree | 986d83090f259cecb5321b88bf43cb23bd614e23 | |
| parent | 84e881a8b8c07a114b9affc3eb79d27d966060b1 (diff) | |
argh, untabify
| -rw-r--r-- | emacstips.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn index 2c360b2..8cb9280 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -122,8 +122,8 @@ a file called `~/.emacs.d/my-notmuch.el`: ;; uncomment & modify if you want to use external smtp server to send mail ;; (setq smtpmail-smtp-server "smtp.server.tld" ;; message-send-mail-function 'message-smtpmail-send-it) - ;; uncomment to debug smtp sending problems - ;; (setq smtpmail-debug-info t) + ;; uncomment to debug smtp sending problems + ;; (setq smtpmail-debug-info t) Then, add to `.emacs`: |
