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

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

[elpa] externals/speedrect 4b79f0109d 88/90: README: document new `speed


From: ELPA Syncer
Subject: [elpa] externals/speedrect 4b79f0109d 88/90: README: document new `speedrect-mode' config
Date: Fri, 6 Dec 2024 18:59:19 -0500 (EST)

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

    README: document new `speedrect-mode' config
---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a4627be52f..d854de940e 100644
--- a/README.md
+++ b/README.md
@@ -29,14 +29,16 @@ Just download, add to path, and arrange to `(require 
'speedrect)`.  For users of
 
 ```elisp
 (use-package speedrect
-  :load-path "~/code/emacs/speedrect") ; or wherever
+  :load-path "~/code/emacs/speedrect" ; or wherever
+  :config (speedrect-mode))
 ```
 
 Or, with `use-package` and `straight`:
 
 ```elisp
 (use-package speedrect
-  :straight (speedrect :type git :host github :repo "jdtsmith/speedrect"))
+  :straight (speedrect :type git :host github :repo "jdtsmith/speedrect")
+  :config (speedrect-mode))
 ```
 ## Usage
 



reply via email to

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