[Emacs] Remove autosuggestion in Eshell
This commit is contained in:
parent
66c6ec5071
commit
d9f20bc035
@ -3521,23 +3521,6 @@ if needed, then move there."
|
|||||||
(cd dir))
|
(cd dir))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
**** Autosuggestion
|
|
||||||
:PROPERTIES:
|
|
||||||
:CUSTOM_ID: Packages-Configuration-Emacs-built-ins-Eshell-Autosuggestion-kf6ipm1195j0
|
|
||||||
:END:
|
|
||||||
I really like fish’s autosuggestion feature, so let’s 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
|
**** Commands
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: Packages-Configuration-Emacs-built-ins-Eshell-Commands-n8w3fh2195j0
|
:CUSTOM_ID: Packages-Configuration-Emacs-built-ins-Eshell-Commands-n8w3fh2195j0
|
||||||
|
Loading…
Reference in New Issue
Block a user