Update README with install information

This commit is contained in:
Case Duckworth 2021-09-06 22:42:41 -05:00
parent 902b4c5aa8
commit 748f899a98
1 changed files with 15 additions and 0 deletions

View File

@ -81,6 +81,21 @@ And here it is using this macro:
Much easier, in this author's humble opinion.
## Install
This package is not currently on MELPA or anywhere, so either `git clone` this
repo and add it to your `load-path` and `require` it, or use some other
installation method.
I use `straight.el`:
```lisp
(straight-get-package
'(define-repeat-map
:host nil
:repo "https://tildegit.org/acdw/define-repeat-map.el"))
```
## Similar packages
I've found one other package that tries to simplify repeat-map definition, but