diff options
author | Alan Pearce | 2023-04-08 12:56:43 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-08 12:56:43 +0200 |
commit | 7f7c35e137a58646db51b7f3005eaca289f21f36 (patch) | |
tree | 9c90b8c21c4019680c4a1a1014065fc49d55b3c0 | |
parent | 155ca75269076aa9d1cb7796d663569d5e49319a (diff) | |
download | nixfiles-7f7c35e137a58646db51b7f3005eaca289f21f36.tar.lz nixfiles-7f7c35e137a58646db51b7f3005eaca289f21f36.tar.zst nixfiles-7f7c35e137a58646db51b7f3005eaca289f21f36.zip |
emacs: remove bash-completion wrapper
-rw-r--r-- | user/emacs/init.el | 3 | ||||
-rw-r--r-- | user/settings/emacs.nix | 1 |
2 files changed, 0 insertions, 4 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)) diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index a70c98ce..89586763 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -82,7 +82,6 @@ in all-the-icons apheleia avy - bash-completion capf-autosuggest company company-posframe |