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

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

[elpa] externals/consult 1c5a3199c7: Update readme


From: ELPA Syncer
Subject: [elpa] externals/consult 1c5a3199c7: Update readme
Date: Sat, 8 Apr 2023 04:57:40 -0400 (EDT)

branch: externals/consult
commit 1c5a3199c7501c58d44e1e3b5e3d5ab31127624b
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update readme
---
 README.org | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 7b9b4ab635..d6711990a7 100644
--- a/README.org
+++ b/README.org
@@ -777,14 +777,14 @@ configuration examples.
   ;; Example configuration for Consult
   (use-package consult
     ;; Replace bindings. Lazily loaded due by `use-package'.
-    :bind (;; C-c bindings (mode-specific-map)
+    :bind (;; C-c bindings in `mode-specific-map'
            ("C-c M-x" . consult-mode-command)
            ("C-c h" . consult-history)
            ("C-c k" . consult-kmacro)
            ("C-c m" . consult-man)
            ("C-c i" . consult-info)
            ([remap Info-search] . consult-info)
-           ;; C-x bindings (ctl-x-map)
+           ;; C-x bindings in `ctl-x-map'
            ("C-x M-:" . consult-complex-command)     ;; orig. 
repeat-complex-command
            ("C-x b" . consult-buffer)                ;; orig. switch-to-buffer
            ("C-x 4 b" . consult-buffer-other-window) ;; orig. 
switch-to-buffer-other-window
@@ -797,7 +797,7 @@ configuration examples.
            ("C-M-#" . consult-register)
            ;; Other custom bindings
            ("M-y" . consult-yank-pop)                ;; orig. yank-pop
-           ;; M-g bindings (goto-map)
+           ;; M-g bindings in `goto-map'
            ("M-g e" . consult-compile-error)
            ("M-g f" . consult-flymake)               ;; Alternative: 
consult-flycheck
            ("M-g g" . consult-goto-line)             ;; orig. goto-line
@@ -807,7 +807,7 @@ configuration examples.
            ("M-g k" . consult-global-mark)
            ("M-g i" . consult-imenu)
            ("M-g I" . consult-imenu-multi)
-           ;; M-s bindings (search-map)
+           ;; M-s bindings in `search-map'
            ("M-s d" . consult-find)
            ("M-s D" . consult-locate)
            ("M-s g" . consult-grep)



reply via email to

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