mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
This is how consult should be bound, but I hate consult!
In most cases.
This commit is contained in:
parent
c1d8d7682d
commit
0925f0b64a
1 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue