branch: elpa/engine-mode commit 07a5196be857143b13496e99860f1fa6fea69233 Author: Harry Schwartz <he...@harryrschwartz.com> Commit: Harry Schwartz <he...@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