[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/engine-mode 07a5196be8 36/71: Update README with the new p
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/engine-mode 07a5196be8 36/71: Update README with the new prefix `C-x /` |
Date: |
Wed, 21 Dec 2022 09:59:11 -0500 (EST) |
branch: elpa/engine-mode
commit 07a5196be857143b13496e99860f1fa6fea69233
Author: Harry Schwartz <hello@harryrschwartz.com>
Commit: Harry Schwartz <hello@harryrschwartz.com>
Update README with the new prefix `C-x /`
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index f7fd507b24..3d0d2f941d 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ will take the selected region (or prompt for input, if no
region is selected)
and search GitHub for it, displaying the results in your default browser.
The `defengine` macro can also take an optional key combination, prefixed with
-`engine/keymap-prefix` (which defaults to "C-c /"):
+`engine/keymap-prefix` (which defaults to "C-x /"):
```emacs
(defengine duckduckgo
@@ -30,7 +30,7 @@ The `defengine` macro can also take an optional key
combination, prefixed with
:keybinding "d")
```
-`C-c / d` is now bound to the new function `engine/search-duckduckgo`! Nifty.
+`C-x / d` is now bound to the new function `engine/search-duckduckgo`! Nifty.
If you'd like to see a video on the whys and wherefores of this mode, check out
[the talk @hrs gave at EmacsNYC].
@@ -83,7 +83,7 @@ for a definitive list of browsers.
## Changing the keymap prefix
-The default keymap prefix for `engine-mode` is `C-c /`. If you'd like to bind
+The default keymap prefix for `engine-mode` is `C-x /`. If you'd like to bind
the keymap to an additional prefix (say, `C-c s`), you totally can:
```emacs
- [nongnu] elpa/engine-mode 1bfcc961c5 46/71: Set URL to the bare GitHub repo, (continued)
- [nongnu] elpa/engine-mode 1bfcc961c5 46/71: Set URL to the bare GitHub repo, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode 20608906f8 61/71: Document installation with use-package, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode f36d8bf785 69/71: Prefer HTTPS to HTTP, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode e0910f141f 58/71: Don't quote term-transformation-hook value, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode 278d4d9e9c 66/71: Allow nil value for engine/keybinding-prefix, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode 408932727b 49/71: display the default word in prompt if available, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode a978c58675 68/71: Add .elpaignore for NonGNU ELPA, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode fd5a235b2c 51/71: Format with the same search-term many times in a search-engine-url, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode a1b3e4fb71 33/71: Include animated gif demo, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode c68054af30 02/71: update package commentary, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode 07a5196be8 36/71: Update README with the new prefix `C-x /`,
ELPA Syncer <=
- [nongnu] elpa/engine-mode 16ad9403df 40/71: Load cl-lib instead of cl.el for using cl-defmacro, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode 5d6c6495b3 37/71: Bump verion number to 2.0.0 in comment header, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode 4a9cc581df 17/71: Add keymap to engine-mode docstring, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode fbb23e7b1f 45/71: Bump version to 2.1.0, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode 117a9c0cbc 52/71: Use kbd to convert :keybinding correctly, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode a5f1ae2b08 70/71: Bump version to 2.2.1, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode a8e7bd3afb 60/71: Fix documentation for browse-url-browser-function, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode b6fafabc68 65/71: Better docstrings, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode 5704591830 64/71: Document binding keymaps with use-package, ELPA Syncer, 2022/12/21
- [nongnu] elpa/engine-mode 673f9f49a3 59/71: Declare defengine indentation, ELPA Syncer, 2022/12/21