Remove emacs' fish-completion
This commit is contained in:
parent
4f02f4bd7f
commit
fc79fba781
2 changed files with 0 additions and 4 deletions
|
@ -701,9 +701,6 @@
|
||||||
(use-package eshell-atuin
|
(use-package eshell-atuin
|
||||||
:hook ((eshell-mode . eshell-atuin-mode)))
|
:hook ((eshell-mode . eshell-atuin-mode)))
|
||||||
|
|
||||||
(use-package fish-completion-mode
|
|
||||||
:hook ((eshell-mode . fish-completion-mode)))
|
|
||||||
|
|
||||||
(use-package eshell-syntax-highlighting
|
(use-package eshell-syntax-highlighting
|
||||||
:custom
|
:custom
|
||||||
((eshell-syntax-highlighting-highlight-in-remote-dirs nil))
|
((eshell-syntax-highlighting-highlight-in-remote-dirs nil))
|
||||||
|
|
|
@ -132,7 +132,6 @@ let
|
||||||
ligature
|
ligature
|
||||||
treemacs-nerd-icons
|
treemacs-nerd-icons
|
||||||
eshell-syntax-highlighting
|
eshell-syntax-highlighting
|
||||||
fish-completion # fish completion for eshell
|
|
||||||
eshell-prompt-extras
|
eshell-prompt-extras
|
||||||
eshell-atuin
|
eshell-atuin
|
||||||
eshell-command-not-found
|
eshell-command-not-found
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue