Remove which-function, remap consult-history for eshell-mode as well, dictionary updates
This commit is contained in:
parent
418e88356e
commit
48b3d621f3
|
@ -28,3 +28,4 @@ divspec
|
|||
et
|
||||
github
|
||||
nixpkgs
|
||||
ReqCo
|
||||
|
|
8
init.el
8
init.el
|
@ -167,13 +167,11 @@
|
|||
(use-package avy
|
||||
:bind (("<remap> <goto-char>" . avy-goto-char)))
|
||||
|
||||
(use-package which-func
|
||||
:init (which-function-mode))
|
||||
|
||||
(use-package shell
|
||||
:bind (("C-c t s" . shell)))
|
||||
|
||||
(use-package eshell
|
||||
:defines eshell-mode-map
|
||||
:bind (("C-c t e" . eshell)))
|
||||
|
||||
(use-package calc
|
||||
|
@ -760,7 +758,9 @@
|
|||
:map minibuffer-local-map
|
||||
("<remap> <previous-matching-history-element>" . consult-history)
|
||||
:map comint-mode-map
|
||||
("<remap> <comint-history-isearch-backward-regexp>" . consult-history)))
|
||||
("<remap> <comint-history-isearch-backward-regexp>" . consult-history)
|
||||
:map eshell-mode-map
|
||||
("<remap> <eshell-previous-matching-input>" . consult-history)))
|
||||
|
||||
(use-package consult-eglot
|
||||
:after (consult eglot)
|
||||
|
|
Loading…
Reference in a new issue