fish-completion
This commit is contained in:
parent
617d51b4a0
commit
b812c4244a
2 changed files with 4 additions and 0 deletions
3
init.el
3
init.el
|
@ -641,6 +641,9 @@
|
|||
(use-package esh-autosuggest
|
||||
:hook (eshell-mode . esh-autosuggest-mode))
|
||||
|
||||
(use-package fish-completion-mode
|
||||
:hook ((eshell-mode . fish-completion-mode)))
|
||||
|
||||
(use-package eshell-syntax-highlighting
|
||||
:custom
|
||||
((eshell-syntax-highlighting-highlight-in-remote-dirs nil))
|
||||
|
|
Reference in a new issue