From c740bfb67116d74e40a09409d85feda304ff918c Mon Sep 17 00:00:00 2001 From: Daniel Pettersson Date: Thu, 29 Feb 2024 15:10:43 +0100 Subject: [PATCH] Flip `dape-info-stack-buffer-modules' default More noise less good --- dape.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dape.el b/dape.el index 32b76ae..f8c13be 100644 --- a/dape.el +++ b/dape.el @@ -504,7 +504,7 @@ left-to-right display order of the properties." "Show file information or library names in stack buffer." :type 'boolean) -(defcustom dape-info-stack-buffer-modules t +(defcustom dape-info-stack-buffer-modules nil "Show module information in stack buffer if adapter supports it." :type 'boolean)