[Emacs] Remove autosuggestion in Eshell

This commit is contained in:
Lucien Cartier-Tilet 2023-03-10 15:24:18 +01:00
parent 66c6ec5071
commit d9f20bc035
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 17 deletions

View File

@ -3521,23 +3521,6 @@ if needed, then move there."
(cd dir))
#+end_src
**** Autosuggestion
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Emacs-built-ins-Eshell-Autosuggestion-kf6ipm1195j0
:END:
I really like fishs autosuggestion feature, so lets reproduce it
here!
#+begin_src emacs-lisp
(use-package esh-autosuggest
:defer t
:after eshell
:straight (:build t)
:hook (eshell-mode . esh-autosuggest-mode)
:general
(:keymaps 'esh-autosuggest-active-map
"C-e" #'company-complete-selection))
#+end_src
**** Commands
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Emacs-built-ins-Eshell-Commands-n8w3fh2195j0