mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
I would like this consult line thingy
This commit is contained in:
parent
8186d0b564
commit
3ba0143065
1 changed files with 7 additions and 7 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue