diff --git a/init.el b/init.el index 95e77bf..25b143f 100644 --- a/init.el +++ b/init.el @@ -1123,6 +1123,9 @@ argument." :hook ((eshell-load . eat-eshell-visual-command-mode) (eshell-load . eat-eshell-mode) (eshell-mode . my/-eshell-mode-setup)) + :bind (:map eshell-mode-map + ("" . company-complete) + ("TAB" . company-complete)) :config (add-to-list 'eshell-modules-list 'eshell-elecslash) :init