diff options
-rw-r--r-- | exiftool.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exiftool.el b/exiftool.el index 2fd60e2..b1d06d5 100644 --- a/exiftool.el +++ b/exiftool.el @@ -64,7 +64,7 @@ a new one. Return the process object of the newly created process." (when-let (exiftool (get-process "exiftool")) (delete-process exiftool)) - (start-process "exiftool" "exiftool" + (start-process "exiftool" "*exiftool*" exiftool-executable "-stay_open" "True" "-@" "-")) (let ((tq (tq-create (exiftool-run)))) |