branch: elpa/dirvish
commit 8f4267f279f1aadf3163272ca33c77c10872208e
Author: Alex Lu <hellosimon1...@hotmail.com>
Commit: Alex Lu <hellosimon1...@hotmail.com>

    fix: use `:noquery t` in `dirvish--make-proc` (closes #321)
---
 dirvish.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dirvish.el b/dirvish.el
index 5d47ef9080..f42e5cc448 100644
--- a/dirvish.el
+++ b/dirvish.el
@@ -421,7 +421,7 @@ Set process's SENTINEL and PUTS accordingly."
                 (list dirvish-emacs-bin
                       "-Q" "-batch" "--eval" (prin1-to-string form))))
          (proc (make-process :name "dirvish" :connection-type nil :buffer buf
-                             :command cmd :sentinel sentinel)))
+                             :command cmd :sentinel sentinel :noquery t)))
     (while-let ((k (pop puts)) (v (pop puts))) (process-put proc k v))))
 
 ;;;; Session Struct

Reply via email to