Add another consult-imenu bind, remove consult-theme
This commit is contained in:
parent
991e398312
commit
70e258a997
|
@ -953,8 +953,8 @@ Set treesit to fontify all elements, default was 3 (out of 4)
|
||||||
("C-c s f" . consult-fd)
|
("C-c s f" . consult-fd)
|
||||||
("C-c s g" . consult-ripgrep)
|
("C-c s g" . consult-ripgrep)
|
||||||
("C-c s e" . consult-flymake)
|
("C-c s e" . consult-flymake)
|
||||||
|
("C-c s j" . consult-imenu)
|
||||||
("C-c s i" . consult-info)
|
("C-c s i" . consult-info)
|
||||||
("C-c s t" . consult-theme)
|
|
||||||
:map minibuffer-local-map
|
:map minibuffer-local-map
|
||||||
("C-r" . consult-history))
|
("C-r" . consult-history))
|
||||||
:config (setq completion-in-region-function #'consult-completion-in-region))
|
:config (setq completion-in-region-function #'consult-completion-in-region))
|
||||||
|
|
Loading…
Reference in a new issue