diff options
author | jao <jao@gnu.org> | 2022-09-04 03:29:31 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-04 03:29:31 +0100 |
commit | 46bdf389914dafda40764963c2c89c7496e2aaed (patch) | |
tree | 477140e0af8fb387dc68de1095354520e116d030 /custom | |
parent | 402f03d74926a0138a1aed9c445b9354ae100ddb (diff) | |
download | elibs-46bdf389914dafda40764963c2c89c7496e2aaed.tar.gz elibs-46bdf389914dafda40764963c2c89c7496e2aaed.tar.bz2 |
oopsies
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" |