branch: externals/dape
commit 7d4308f1cb99773a61a9e1efb3c85a7398848137
Author: Daniel Pettersson <dan...@dpettersson.net>
Commit: Daniel Pettersson <dan...@dpettersson.net>

    Change defaults for variable expansion in repl
---
 dape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index 88733b2986..19d35a7f93 100644
--- a/dape.el
+++ b/dape.el
@@ -525,7 +525,7 @@ Example value:
                  (const :tag "Right side" right)
                  (const :tag "Use `display-buffer-base-action'" nil)))
 
-(defcustom dape-variable-auto-expand-alist '((hover . 1) (repl . 1) (watch . 
1))
+(defcustom dape-variable-auto-expand-alist '((hover . 1) (repl . 0) (watch . 
1))
   "Default expansion depth for displaying variables.
 Each entry consists of a context (such as `hover', `repl', or
 `watch') paired with a number indicating how many levels deep the

Reply via email to