branch: externals/dape
commit 1bef80cf3738bcb00aabefdb2caf610bbbfecefd
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Remove confusing default for dape-main-functions
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index bbf719afc7..359cc794cc 100644
--- a/dape.el
+++ b/dape.el
@@ -113,7 +113,7 @@ The hook is run with one argument, the compilation buffer."
"Show variable values inline."
:type 'boolean)
-(defcustom dape-main-functions '("main")
+(defcustom dape-main-functions nil
"Functions to set breakpoints at startup if no other breakpoints are set."
:type '(repeat string))