mirror of
https://github.com/SqrtMinusOne/reverso.el.git
synced 2025-12-10 15:53:02 +03:00
readme: add use-package & vc (#4)
This commit is contained in:
parent
7ae99550cd
commit
c4658784f0
1 changed files with 7 additions and 1 deletions
|
|
@ -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"))
|
:straight (:host github :repo "SqrtMinusOne/reverso.el"))
|
||||||
#+end_src
|
#+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
|
* 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]].
|
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]].
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue