[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape dba158a548 1/2: Update readme for 0.18.0
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape dba158a548 1/2: Update readme for 0.18.0 |
Date: |
Mon, 16 Dec 2024 18:58:06 -0500 (EST) |
branch: externals/dape
commit dba158a548c696d251cf455bfa5be1d973aa4c05
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>
Update readme for 0.18.0
---
README.org | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 8c4a2529fe..7222597ba5 100644
--- a/README.org
+++ b/README.org
@@ -26,11 +26,13 @@ For complete functionality, make sure to enable
~eldoc-mode~ in your source buff
+ No external dependencies outside of core Emacs
With ~(setq dape-buffer-window-arrangement 'right)~:
-[[https://raw.githubusercontent.com/svaante/dape/resources/right_0_17_0.png]]
+[[https://raw.githubusercontent.com/svaante/dape/resources/right_0_18_0.png]]
And with ~(setq dape-buffer-window-arrangement 'gud)~ + =corfu= as
~completion-in-region-function~:
-[[https://raw.githubusercontent.com/svaante/dape/resources/gud_0_17_0.png]]
+[[https://raw.githubusercontent.com/svaante/dape/resources/gud_0_18_0.png]]
+With "rich" REPL output:
+[[https://raw.githubusercontent.com/svaante/dape/resources/repl_0_18_0.png]]
With =minibuffer= adapter configuration hints:
-[[https://raw.githubusercontent.com/svaante/dape/resources/minibuffer_0_17_0.png]]
+[[https://raw.githubusercontent.com/svaante/dape/resources/minibuffer_0_18_0.png]]
* Configuration
=Dape= includes pre-defined debug adapter configurations for various
programming languages. Refer to ~dape-configs~ for more details. If =dape=
doesn't include a configuration suitable for your needs, you can implement your
own.