branch: scratch/add-vdiff
commit 40351c67eb6c83c6250949d5836a5d6726bbf1ee
Author: justbur <[email protected]>
Commit: justbur <[email protected]>
Exit hydra on vdiff exit
---
vdiff.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vdiff.el b/vdiff.el
index ed20fd1..13685ea 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -1070,7 +1070,7 @@ enabled automatically if `vdiff-lock-scrolling' is
non-nil."
("u" vdiff-refresh)
("w" vdiff-save-buffers)
("q" nil :exit t)
- ("Q" vdiff-quit)))
+ ("Q" vdiff-quit :exit t)))
(defun vdiff-maybe-hydra ()
"Call `vdiff-hydra/body' if defined."