[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape d4c0e82d20 5/9: Move separator newline to `dape-re
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape d4c0e82d20 5/9: Move separator newline to `dape-repl-mode' |
Date: |
Wed, 6 Mar 2024 09:57:40 -0500 (EST) |
branch: externals/dape
commit d4c0e82d203ff556fa0a914fef5a7c5d05304233
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>
Move separator newline to `dape-repl-mode'
---
dape.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dape.el b/dape.el
index 32fd4946f3..11c33e5eef 100644
--- a/dape.el
+++ b/dape.el
@@ -1830,7 +1830,6 @@ Killing the adapter and it's CONN."
"Create symbol `dape-connection' instance from CONFIG.
If started by an startDebugging request expects PARENT to
symbol `dape-connection'."
- (dape--repl-message "\n")
(unless (plist-get config 'command-cwd)
(plist-put config 'command-cwd default-directory))
(let ((default-directory (plist-get config 'command-cwd))
@@ -4100,7 +4099,7 @@ Send INPUT to DUMMY-PROCESS."
(insert (format
"* Welcome to Dape REPL! *
Available Dape commands: %s
-Empty input will rerun last command.\n"
+Empty input will rerun last command.\n\n"
(mapconcat
(pcase-lambda (`(,str . ,command))
(setq str (concat str))
- [elpa] externals/dape updated (3d87b3e464 -> 8d1c608695), ELPA Syncer, 2024/03/06
- [elpa] externals/dape c93bccd18b 1/9: Switch debugpy connection to std io, ELPA Syncer, 2024/03/06
- [elpa] externals/dape 0b172b692f 8/9: Improve `dape-configs' documentation, ELPA Syncer, 2024/03/06
- [elpa] externals/dape b16fe20717 3/9: Move `dape-on-start-hooks' to earliest point, ELPA Syncer, 2024/03/06
- [elpa] externals/dape b727c48b91 4/9: Add info messaging to dape-config-tramp, ELPA Syncer, 2024/03/06
- [elpa] externals/dape d4c0e82d20 5/9: Move separator newline to `dape-repl-mode',
ELPA Syncer <=
- [elpa] externals/dape 49f53f569d 7/9: Fix formatting issue, ELPA Syncer, 2024/03/06
- [elpa] externals/dape 128256bead 2/9: Fix face property value of keyword in minibuffer hints, ELPA Syncer, 2024/03/06
- [elpa] externals/dape 4b743d6b4a 6/9: Fix spelling mistake, ELPA Syncer, 2024/03/06
- [elpa] externals/dape 8d1c608695 9/9: Fix remote detection printing, ELPA Syncer, 2024/03/06