I would like this consult line thingy

This commit is contained in:
Benson Chu 2025-09-10 16:10:04 -05:00
parent 8186d0b564
commit 3ba0143065

View file

@ -94,13 +94,13 @@
(setq vertico-count 8) (setq vertico-count 8)
(use-package consult (use-package consult
;; :bind ( :bind (
;; ("C-x b" . consult-buffer) ;; orig. switch-to-buffer ;; ("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 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 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 ;; ("C-x t b" . consult-buffer-other-tab) ;; orig. switch-to-buffer-other-tab
;; ) ("M-s l" . consult-line)
) ))
(setq completion-in-region-function (setq completion-in-region-function
(lambda (&rest args) (lambda (&rest args)