Do not depend on image-dired for exif
This commit is contained in:
parent
5072ea057a
commit
ab35ca2370
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -550,7 +550,7 @@
|
||||||
;; Create a new buffer and window.
|
;; Create a new buffer and window.
|
||||||
(let ((buf (get-buffer-create buf-name))
|
(let ((buf (get-buffer-create buf-name))
|
||||||
(window (split-window nil)))
|
(window (split-window nil)))
|
||||||
(call-process image-dired-cmd-write-exif-data-program
|
(call-process "exiftool"
|
||||||
nil buf t
|
nil buf t
|
||||||
(expand-file-name file))
|
(expand-file-name file))
|
||||||
(with-current-buffer buf
|
(with-current-buffer buf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue