all repos — nixfiles @ 7f7c35e137a58646db51b7f3005eaca289f21f36

System and user configuration, managed by nix and home-manager

emacs: remove bash-completion wrapper
Alan Pearce alan@alanpearce.eu
Sat, 08 Apr 2023 12:56:43 +0200
commit

7f7c35e137a58646db51b7f3005eaca289f21f36

parent

155ca75269076aa9d1cb7796d663569d5e49319a

2 files changed, 0 insertions(+), 4 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -649,9 +649,6 @@ :after (eshell)   :ghook ('eshell-mode-hook #'my-bind-esh-push)
   :config (setup-eshell-buf-stack))
 
-(use-package bash-completion
-  :after (eshell))
-
 (use-package esh-help
   :after (eshell)
   :config (setup-esh-help-eldoc))
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -82,7 +82,6 @@ ag         all-the-icons
         apheleia
         avy
-        bash-completion
         capf-autosuggest
         company
         company-posframe