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

    Fix hooks example
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 1a154ef39c..d95fdfc34f 100644
--- a/README.org
+++ b/README.org
@@ -47,9 +47,9 @@ Currently =Dape= does not come with any debug adapter 
configuration.
 
     :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))
 
     :init
     ;; To use window configuration like gud (gdb-mi)

Reply via email to