diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
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" |