[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
- [elpa] externals/speedrect b101eaea01 48/90: calc-yank: no save-excursion needed, (continued)
- [elpa] externals/speedrect b101eaea01 48/90: calc-yank: no save-excursion needed, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect f96b01863e 50/90: README: explain restart and add more calc detail, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 94d6c643cb 51/90: README: improve calc section, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 3120746026 56/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect e37d89acc6 63/90: wrap-command: ensure buffer is restored on re-running command, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 94c125f60f 68/90: fill-text: use height of rect as line count limit, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 5da3d70805 74/90: delete-rest: save rectangle after command, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 16e79924ed 82/90: Prepare for ELPA, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 2782b03be2 38/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 7390122e49 75/90: calc-grab: improve with calc-top, avoid brackets/truncation, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 4b79f0109d 88/90: README: document new `speedrect-mode' config,
ELPA Syncer <=
- [elpa] externals/speedrect 43a89af9f7 52/90: allow rectangle-mark-mode-hook to operate on continue, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect c47e5e4e7b 43/90: move commands: use rectangle-right/next-line, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 6363a7ba6d 47/90: yank-rectangle-dwim: exchange point and mark before yank if needed, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 9be7569c70 70/90: shift-right: use rectangle point-mark exchange for line ends, ELPA Syncer, 2024/12/06