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

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

[elpa] externals/dtache 65fd89d6d7 17/19: Disable show output on attach


From: ELPA Syncer
Subject: [elpa] externals/dtache 65fd89d6d7 17/19: Disable show output on attach by default
Date: Wed, 18 May 2022 12:57:37 -0400 (EDT)

branch: externals/dtache
commit 65fd89d6d7d1626987e655c855947847beb15083
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Disable show output on attach by default
---
 dtache.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dtache.el b/dtache.el
index 0e791863c8..ead719122f 100644
--- a/dtache.el
+++ b/dtache.el
@@ -77,7 +77,7 @@
   :type 'string
   :group 'dtache)
 
-(defcustom dtache-show-output-on-attach t
+(defcustom dtache-show-output-on-attach nil
   "If set to t show the session output when attaching to it."
   :type 'bool
   :group 'dtache)



reply via email to

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