Fix shell tab completion
This commit is contained in:
parent
4b86c50f74
commit
78948cee30
5
init.el
5
init.el
@ -1146,8 +1146,11 @@ argument."
|
||||
(eshell-load . eat-eshell-mode)
|
||||
(eshell-mode . my/-eshell-mode-setup))
|
||||
:bind (:map eshell-mode-map
|
||||
("TAB" . company-complete)
|
||||
("<tab>" . company-complete)
|
||||
("TAB" . company-complete))
|
||||
:map eshell-cmpl-mode-map
|
||||
("TAB" . company-complete)
|
||||
("<tab>" . company-complete))
|
||||
:init
|
||||
(defun my/-eshell-mode-setup ()
|
||||
"Setup function run from `eshell-mode-hook'"
|
||||
|
Loading…
Reference in New Issue
Block a user