branch: externals/dtache
commit 65fd89d6d7d1626987e655c855947847beb15083
Author: Niklas Eklund <niklas.ekl...@posteo.net>
Commit: Niklas Eklund <niklas.ekl...@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