Make tab invoke company in eshell-mode
This commit is contained in:
parent
d3406a8d1c
commit
fb122217ff
3
init.el
3
init.el
@ -1123,6 +1123,9 @@ argument."
|
|||||||
:hook ((eshell-load . eat-eshell-visual-command-mode)
|
:hook ((eshell-load . eat-eshell-visual-command-mode)
|
||||||
(eshell-load . eat-eshell-mode)
|
(eshell-load . eat-eshell-mode)
|
||||||
(eshell-mode . my/-eshell-mode-setup))
|
(eshell-mode . my/-eshell-mode-setup))
|
||||||
|
:bind (:map eshell-mode-map
|
||||||
|
("<tab>" . company-complete)
|
||||||
|
("TAB" . company-complete))
|
||||||
:config
|
:config
|
||||||
(add-to-list 'eshell-modules-list 'eshell-elecslash)
|
(add-to-list 'eshell-modules-list 'eshell-elecslash)
|
||||||
:init
|
:init
|
||||||
|
Loading…
Reference in New Issue
Block a user