feat(emacs): Use consult-history where applicable

This commit is contained in:
Madeleine Sydney
2025-03-04 03:10:59 -07:00
parent a8943c5d67
commit 6523fc6b64
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@
:states '(normal insert)
"C-j" #'eshell-next-matching-input-from-input
"C-k" #'eshell-previous-matching-input-from-input
"C-s" #'eshell-isearch-backward)
"C-s" #'consult-history)
:config
;; When cd'd into a TRAMP remote, automatically expand '/' to the TRAMP
;; notation referring to the remote's root.