Skip to content

Commit 5cc3ce6

Browse files
committed
mc consult-buffer C-c c b
1 parent 591a6e3 commit 5cc3ce6

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

emacs/lisp/frap-completion.el

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,7 @@ are defining or executing a macro."
467467
("M-g M-g" . consult-goto-line)
468468
("M-K" . consult-keep-lines) ; M-S-k is similar to M-S-5 (M-%)
469469
("M-F" . consult-focus-lines) ; same principle
470-
("C-x b" . my/consult-project-buffer-smart)
471-
;; ("C-x b" . consult-buffer)
470+
;; ("C-x b" . consult-buffer)
472471
("M-s M-b" . my/consult-project-buffer-or-pick)
473472
("M-s M-f" . consult-find)
474473
("M-s M-g" . consult-grep)
@@ -480,12 +479,14 @@ are defining or executing a macro."
480479
("M-s M-m" . consult-mark)
481480
("M-s M-y" . consult-yank-pop)
482481
("M-s M-s" . consult-outline)
483-
:map ctl-x-map
484-
("c" . consult-prefix-map)
485-
:map consult-prefix-map
486-
("r" . consult-recent-file)
487-
:map consult-narrow-map
488-
("?" . consult-narrow-help))
482+
:map ctl-x-map
483+
("c" . consult-prefix-map)
484+
:map consult-prefix-map
485+
("r" . consult-recent-file)
486+
("b" . my/consult-project-buffer-smart)
487+
488+
:map consult-narrow-map
489+
("?" . consult-narrow-help))
489490
:custom
490491
(consult-preview-key nil)
491492
:config

0 commit comments

Comments
 (0)