From ab35ca2370dee0c24f3501a67ade162c643ad5c0 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Wed, 16 Mar 2022 12:29:31 +0100 Subject: [PATCH] Do not depend on image-dired for exif --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 4487bbb..bc074c6 100644 --- a/init.el +++ b/init.el @@ -550,7 +550,7 @@ ;; Create a new buffer and window. (let ((buf (get-buffer-create buf-name)) (window (split-window nil))) - (call-process image-dired-cmd-write-exif-data-program + (call-process "exiftool" nil buf t (expand-file-name file)) (with-current-buffer buf