From b1e66f9f3ea23a1a0196d2b3e0daaca3d83b5204 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 18 Aug 2016 11:49:42 -0700 Subject: [PATCH] Remove stray whitespace --- dotfiles/emacs.d/README.org | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index bd49fa89..523c254a 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -129,7 +129,6 @@ This makes it so that we always try to call-process instead of shell-command-to- (let ((call-process-args (imalison:get-call-process-args-from-shell-command command))) (if call-process-args - (apply 'imalison:call-process-to-string call-process-args)))) (advice-add 'shell-command-to-string :before-until 'imalison:try-call-process)