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

    Fix type in readme cppdbg adapter example #3
    
    The path variable in setq differed from the one in the add-to-list
    sexp
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index b395f1461a..eb62397852 100644
--- a/README.org
+++ b/README.org
@@ -161,7 +161,7 @@ Then ~chmod +x debugAdapters/bin/OpenDebugAD7~.
                `(cppdbg
                  modes (c-mode c-ts-mode c++-mode c++-ts-mode)
                  command-cwd ,(file-name-directory
-                               dape--cppdbg-command)
+                               dape-cppdbg-command)
                  command cppdbg-command
                  :type "cppdbg"
                  :request "launch"

Reply via email to