From 46bdf389914dafda40764963c2c89c7496e2aaed Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 4 Sep 2022 03:29:31 +0100 Subject: oopsies --- custom/jao-custom-completion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index 804e049..5026a44 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -254,7 +254,7 @@ (define-key consult-narrow-map (vconcat consult-narrow-key "?") #'consult-narrow-help) - (with-eval-after-load "eshell" + (with-eval-after-load "esh-mode" (define-key eshell-mode-map (kbd "C-c h") #'consult-history)) (with-eval-after-load "comint" -- cgit v1.2.3