From c4658784f024850ef54d9d0908e28089fef3a849 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Fri, 19 Jan 2024 02:55:30 +0300 Subject: [PATCH] readme: add use-package & vc (#4) --- README.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index eea48b0..5ea696a 100644 --- a/README.org +++ b/README.org @@ -15,7 +15,13 @@ The package isn't yet available anywhere but in this repository. My preferred wa :straight (:host github :repo "SqrtMinusOne/reverso.el")) #+end_src -Or clone the repository, add it to the =load-path= and =require= the package. +Or [[https://tony-zorman.com/posts/use-package-vc.html][use-package with vc]], which works on Emacs 30 out-of-the-box. +#+begin_src emacs-lisp +(use-package reverso + :vc (:url "https://github.com/SqrtMinusOne/reverso.el.git")) +#+end_src + +Alternatively, clone the repository, add it to the =load-path= and =require= the package. * Usage There's a single entrypoint for all implemented functions: =M-x reverso=. The UI is implemented using the excellent [[https://github.com/magit/transient/][transient.el]].