From f89b52c944d2bbbd3bd570aca622c857db1d1878 Mon Sep 17 00:00:00 2001 From: dominik martinez Date: Tue, 18 Jun 2024 17:15:12 -0400 Subject: [PATCH] Add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3132fdd --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Gudap + +Combining the powers of Emacs' [GUD](https://www.gnu.org/software/emacs/manual/html_node/emacs/Debuggers.html) and [DAP](https://microsoft.github.io/debug-adapter-protocol/). + +# Usage + +```lisp +(use-package gudap + :load-path "/path/to/gudap/") + +(gudap) +```