enchive-mode.el: re-enable key agent usage (--agent)

pull/10/head
Christopher Wellons 2017-12-24 08:42:52 -05:00
parent 09db2b7f5a
commit 50cc1748f5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
(cond ((eq operation 'insert-file-contents)
(let ((file (car args)))
(unless (= 0 (call-process "enchive" file '(t nil) nil
"--pinentry" "extract"))
"--pinentry" "--agent" "extract"))
(error "Enchive subprocess failed"))
(setf buffer-file-name file)
(list file (buffer-size))))