Skip to content

Commit

Permalink
Update readme for 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Dec 16, 2024
1 parent c96548b commit dba158a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dba158a

Please sign in to comment.