branch: externals/dape
commit b501759e89005b769e938e967cebbec4dec8cbda
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>

    Change default for `dape-repl-use-shorthand'
---
 README.org | 3 ---
 dape.el    | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 15de7710cf..2c3eca8971 100644
--- a/README.org
+++ b/README.org
@@ -49,9 +49,6 @@ Currently =Dape= does not come with any debug adapter 
configuration.
     ;; By default dape uses gdb keybinding prefix
     ;; (setq dape-key-prefix "\C-x\C-a")
 
-    ;; Use n for next etc. in REPL
-    ;; (setq dape-repl-use-shorthand t)
-
     ;; Kill compile buffer on build success
     ;; (add-hook 'dape-compile-compile-hooks 'kill-buffer)
 
diff --git a/dape.el b/dape.el
index 9c750a344e..d38e28f3fa 100644
--- a/dape.el
+++ b/dape.el
@@ -147,7 +147,7 @@ The hook is run with one argument, the compilation buffer."
   "`display-buffer' action used when displaying *dape-info* buffer."
   :type 'sexp)
 
-(defcustom dape-repl-use-shorthand nil
+(defcustom dape-repl-use-shorthand t
   "Dape `dape-repl-commands' can be invokend with first char of command."
   :type 'boolean)
 

Reply via email to