This is how consult should be bound, but I hate consult!

In most cases.
This commit is contained in:
Benson Chu 2024-01-25 14:45:22 -06:00
parent c1d8d7682d
commit 0925f0b64a

View file

@ -91,7 +91,15 @@
(vertico-multiform-mode)
(setq vertico-count 8)
(use-package consult)
(use-package consult
;; :bind (
;; ("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 t b" . consult-buffer-other-tab) ;; orig. switch-to-buffer-other-tab
;; )
)
(setq completion-in-region-function
(lambda (&rest args)
(apply (if vertico-mode