Add consult

This commit is contained in:
Tobias Ostner 2023-02-03 10:08:28 +01:00
parent faa81c40a3
commit 3f164e6e91

View file

@ -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)