branch: externals/dape
commit 32cbd92a767f688c48623ca0a864fee8d74bad3a
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>

    Add straight installation to readme
---
 README.org | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.org b/README.org
index ac07e73497..de2475463d 100644
--- a/README.org
+++ b/README.org
@@ -29,6 +29,8 @@ Currently =Dape= does not come with any debug adapter 
configuration.
 
 #+begin_src emacs-lisp
   (use-package dape
+    ;; Currently only on github
+    :straight (dape :type git :host github :repo "svaante/dape")
     :config
     ;; Use n for next etc. in REPL
     ;; (setq dape-repl-use-shorthand t)

Reply via email to