Emacs: remove fish-completion
1 file changed, 0 insertions(+), 8 deletions(-)
changed files
M user/emacs/init.el → user/emacs/init.el
@@ -664,14 +664,6 @@ (use-package bash-completion :after (eshell)) -(use-package fish-completion - :when (executable-find "fish") - :after (bash-completion) - :commands (global-fish-completion-mode) - :config (progn - (setq fish-completion-fallback-on-bash-p t) - (global-fish-completion-mode))) - (use-package esh-help :after (eshell) :config (setup-esh-help-eldoc))