Make tab invoke company in eshell-mode

This commit is contained in:
Alexander Rosenberg 2024-07-24 01:52:47 -07:00
parent d3406a8d1c
commit fb122217ff
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -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
("<tab>" . company-complete)
("TAB" . company-complete))
:config
(add-to-list 'eshell-modules-list 'eshell-elecslash)
:init