emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/speedrect 9bd1354dee 22/90: Mention straight install


From: ELPA Syncer
Subject: [elpa] externals/speedrect 9bd1354dee 22/90: Mention straight install
Date: Fri, 6 Dec 2024 18:59:10 -0500 (EST)

branch: externals/speedrect
commit 9bd1354dee9f5cd95936228aeb9a9d59e58b9296
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    Mention straight install
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 27477bee7d..4dcbb436e7 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,12 @@ Just download, add to path, and arrange to `(require 
'speedrect)`.  For users of
   :load-path "~/code/emacs/speedrect") ; or wherever
 ```
 
+Or, with `use-package` and `straight`:
+
+```elisp
+(use-package speedrect
+  :straight (speedrect :type git :host github :repo "jdtsmith/speedrect"))
+```
 ## Usage
 
 Start `rectangle-mark-mode` as usual (`C-x SPC`, by default).  Hit `?` to 
summon a help buffer of available key bindings.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]