diff options
author | Alan Pearce | 2023-03-19 10:19:50 +0100 |
---|---|---|
committer | Alan Pearce | 2023-03-20 16:03:46 +0100 |
commit | 21729d21ff2678b83984ee1a4e600c6e88cef2ce (patch) | |
tree | 6ef7d6a8b6b66cb17e4bc4d97f351aba611be816 /user/settings | |
parent | 23b4dcb32b7f7fbf1c12d23030b9de02d64c955f (diff) | |
download | nixfiles-21729d21ff2678b83984ee1a4e600c6e88cef2ce.tar.lz nixfiles-21729d21ff2678b83984ee1a4e600c6e88cef2ce.tar.zst nixfiles-21729d21ff2678b83984ee1a4e600c6e88cef2ce.zip |
emacs: improve shell autosuggestions and enable in comint modes
replace esh-autosuggest with capf-autosuggest
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index 73673e53..a4ab16ed 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -81,6 +81,7 @@ in auto-async-byte-compile avy bash-completion + capf-autosuggest company company-tabnine consult @@ -92,7 +93,6 @@ in editorconfig eglot eldoc-box - esh-autosuggest esh-buf-stack esh-help eshell-fringe-status |