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

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

[elpa] externals/consult de1414af5c: README: Change consult-bookmark bin


From: ELPA Syncer
Subject: [elpa] externals/consult de1414af5c: README: Change consult-bookmark binding
Date: Thu, 30 Dec 2021 17:57:23 -0500 (EST)

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

    README: Change consult-bookmark binding
---
 README.org | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index 04be3913fa..a2bf521de2 100644
--- a/README.org
+++ b/README.org
@@ -103,10 +103,10 @@ their descriptions.
    - p Project (Requires configuration of the =consult-project-root-function=
      as shown in the [[#use-package-example][example configuration]]).
    - Arbitrary [[#multiple-sources][other sources]] configured in 
=consult-buffer-sources=.
- - =consult-bookmark=: Select or create bookmark. You might use the
-   powerful =consult-buffer= as an alternative, which can include a bookmark
-   virtual buffer source. But note that =consult-bookmark= supports preview of
-   bookmarks and narrowing.
+ - =consult-bookmark=: Select or create bookmark. To select bookmarks you 
might use the
+   =consult-buffer= as an alternative, which can include a bookmark virtual 
buffer
+   source. Note that =consult-bookmark= supports preview of bookmarks and
+   narrowing.
  - =consult-recent-file=: Select from recent files with preview.
    You might prefer the powerful =consult-buffer= instead, which can include
    recent files as a virtual buffer source. The =recentf-mode= enables 
tracking of
@@ -788,13 +788,13 @@ configuration examples.
      :bind (;; C-c bindings (mode-specific-map)
             ("C-c h" . consult-history)
             ("C-c m" . consult-mode-command)
-            ("C-c b" . consult-bookmark)
             ("C-c k" . consult-kmacro)
             ;; C-x bindings (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
             ("C-x 5 b" . consult-buffer-other-frame)  ;; orig. 
switch-to-buffer-other-frame
+            ("C-x r b" . consult-bookmark)            ;; orig. bookmark-jump
             ;; Custom M-# bindings for fast register access
             ("M-#" . consult-register-load)
             ("M-'" . consult-register-store)          ;; orig. 
abbrev-prefix-mark (unrelated)



reply via email to

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