Add consult
This commit is contained in:
parent
faa81c40a3
commit
3f164e6e91
1 changed files with 12 additions and 0 deletions
|
|
@ -41,6 +41,18 @@
|
||||||
|
|
||||||
;; -----------------------------------------------------------------
|
;; -----------------------------------------------------------------
|
||||||
|
|
||||||
|
(use-package consult
|
||||||
|
:bind
|
||||||
|
(("C-x b" . consult-buffer)
|
||||||
|
("C-x 4 b" . consult-buffer-other-window)
|
||||||
|
("C-x r b" . consult-bookmark)
|
||||||
|
("C-x p b" . consult-project-buffer)
|
||||||
|
("M-y" . consult-yank-pop)
|
||||||
|
("M-g g" . consult-goto-line)
|
||||||
|
("M-g M-g" . consult-goto-line))
|
||||||
|
:hook
|
||||||
|
(completion-list-mode . consult-preview-at-point-mode))
|
||||||
|
|
||||||
(use-package corfu
|
(use-package corfu
|
||||||
:custom
|
:custom
|
||||||
(corfu-cycle t)
|
(corfu-cycle t)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue