diff options
| author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2010-05-12 10:41:06 -0400 |
|---|---|---|
| committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2010-05-12 10:41:06 -0400 |
| commit | 12695fff2e57f11d207d398f0f1100c2ca9f902b (patch) | |
| tree | 375b87e0b657958291f184c55c04f7a12b43be81 | |
| parent | db37a8336d3335cbbefb3705ff1aebd7ab04bf5e (diff) | |
Fix elisp snippets again.
I need to get a better markdown previewer on my local machine.
| -rw-r--r-- | remoteusage.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 15b5118..09447a1 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -121,8 +121,8 @@ message text. (defun notmuch-show-get-filename () (let* ((orig-filename (notmuch-show-get-prop :filename)) (retvalue (shell-command-to-string (concat notmuch-command - " --get " - orig-filename)))) + " --get " + orig-filename)))) (replace-regexp-in-string "\n" "" retvalue))) This will will use the "--get" option of the above |
