summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2023-04-08 12:56:43 +0200
committerAlan Pearce2023-04-08 12:56:43 +0200
commit7f7c35e137a58646db51b7f3005eaca289f21f36 (patch)
tree9c90b8c21c4019680c4a1a1014065fc49d55b3c0 /user/emacs/init.el
parent155ca75269076aa9d1cb7796d663569d5e49319a (diff)
downloadnixfiles-7f7c35e137a58646db51b7f3005eaca289f21f36.tar.lz
nixfiles-7f7c35e137a58646db51b7f3005eaca289f21f36.tar.zst
nixfiles-7f7c35e137a58646db51b7f3005eaca289f21f36.zip
emacs: remove bash-completion wrapper
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 276b82c3..1cfef6e9 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -649,9 +649,6 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
   :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))