]> git.cworth.org Git - notmuch-wiki/commitdiff
Fix elisp snippets again.
authorJesse Rosenthal <jrosenthal@jhu.edu>
Wed, 12 May 2010 14:41:06 +0000 (10:41 -0400)
committerJesse Rosenthal <jrosenthal@jhu.edu>
Wed, 12 May 2010 14:41:06 +0000 (10:41 -0400)
I need to get a better markdown previewer on my local machine.

remoteusage.mdwn

index 15b5118b10c6125bb8bed6c5094076909611650a..09447a1edb063367d3b5e319a377a3d994f5a4d5 100644 (file)
@@ -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