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

[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



reply via email to

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