emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dape 9897d847ad 10/10: Document `command-cwd' default v


From: ELPA Syncer
Subject: [elpa] externals/dape 9897d847ad 10/10: Document `command-cwd' default value
Date: Sat, 2 Mar 2024 09:57:46 -0500 (EST)

branch: externals/dape
commit 9897d847ad90e40f43d6e3638b72566fece123cb
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>

    Document `command-cwd' default value
---
 dape.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dape.el b/dape.el
index a7abe2f5e4..58daa30e78 100644
--- a/dape.el
+++ b/dape.el
@@ -338,14 +338,15 @@ In this alist, the car element serves as a symbol 
identifying each
 configuration.  Each configuration, in turn, is a property list (plist)
 where keys can be symbols or keywords.
 
-Symbol Keys (Used by Dape):
+Symbol Keys (Used by dape):
 - fn: Function or list of functions, takes config and returns config.
   If list functions are applied in order.  Used for hiding unnecessary
   configuration details from config history.
 - ensure: Function to ensure that adapter is available.
 - command: Shell command to initiate the debug adapter.
 - command-args: List of string arguments for the command.
-- command-cwd: Working directory for the command.
+- command-cwd: Working directory for the command, if not supplied
+  `default-directory' will be used.
 - prefix-local: Path prefix for Emacs file access.
 - prefix-remote: Path prefix for debugger file access.
 - host: Host of the debug adapter.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]