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

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

[elpa] externals/dape b5ff088bad 2/6: Small readme fixup


From: ELPA Syncer
Subject: [elpa] externals/dape b5ff088bad 2/6: Small readme fixup
Date: Sun, 24 Nov 2024 09:57:57 -0500 (EST)

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

    Small readme fixup
---
 README.org | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 6568201de9..0bd821bdd1 100644
--- a/README.org
+++ b/README.org
@@ -31,7 +31,6 @@ And with ~(setq dape-buffer-window-arrangement 'gud)~ + 
=corfu= as ~completion-i
 [[https://raw.githubusercontent.com/svaante/dape/resources/gud_0_16_0.png]]
 With =minibuffer= adapter configuration hints:
 
[[https://raw.githubusercontent.com/svaante/dape/resources/minibuffer_0_16_0.png]]
-Screenshots taken with 
[[https://elpa.gnu.org/packages/standard-themes.html][standard-light]].
 
 * 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.
@@ -45,9 +44,9 @@ Screenshots taken with 
[[https://elpa.gnu.org/packages/standard-themes.html][sta
 
     :hook
     ;; Save breakpoints on quit
-    ;; ((kill-emacs . dape-breakpoint-save)
+    ;; (kill-emacs . dape-breakpoint-save)
     ;; Load breakpoints on startup
-    ;;  (after-init . dape-breakpoint-load))
+    ;; (after-init . dape-breakpoint-load)
 
     :config
     ;; Turn on global bindings for setting breakpoints with mouse



reply via email to

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