branch: externals/dape
commit fb6908dbd857628891f6d5296643865e21ca4c01
Author: Jorge Gomez <jg...@dismail.de>
Commit: GitHub <nore...@github.com>

    Update README.org (#98)
    
    Copyright-paperwork-exempt: yes
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 6400d87008..fd3e9b86c0 100644
--- a/README.org
+++ b/README.org
@@ -87,7 +87,7 @@ Dape takes a slightly different approach to configuration.
 + =Dape= does not support ~launch.json~ files, if per project configuration is 
needed use ~dir-locals~ and ~dape-command~.
 + =Dape= enhances ergonomics within the minibuffer by allowing users to modify 
or add PLIST entries to an existing configuration using options. For example 
~dape-config :cwd default-directory :program "/home/user/b.out" compile "gcc -g 
-o b.out main.c"~.
 + No magic, no special variables like =${workspaceFolder}=. Instead, functions 
and variables are resolved before starting a new session.
-+ Tries to be envision to how debug adapter configuration would be implemented 
in Emacs if vscode never existed.
++ Tries to envision how debug adapter configurations would be implemented in 
Emacs if vscode never existed.
 
 * Supported debug adapters
 In theory all debug adapters should be compatible with =Dape=.

Reply via email to