emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/detached 8b1cae62af: Increase kill delay


From: ELPA Syncer
Subject: [elpa] externals/detached 8b1cae62af: Increase kill delay
Date: Wed, 23 Nov 2022 04:57:40 -0500 (EST)

branch: externals/detached
commit 8b1cae62af108c86c656c7c0f4f67c7bf175deea
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Increase kill delay
---
 detached.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/detached.el b/detached.el
index 5271880552..a69d5e40f4 100644
--- a/detached.el
+++ b/detached.el
@@ -1054,7 +1054,7 @@ cluttering the `comint-history' with dtach commands."
     (cl-letf* (((getenv "HISTFILE") "")
                (default-directory (detached-session-directory session))
                (buffer (get-buffer-create (format "*dtach-%s*" 
(detached-session-id session))))
-               (termination-delay 0.1)
+               (termination-delay 0.5)
                (comint-exec-hook
                 `(,(lambda ()
                      (when-let ((process (get-buffer-process 
(current-buffer))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]