make sure eat works in eshell
This commit is contained in:
parent
75d3585580
commit
64090e89b7
2 changed files with 6 additions and 2 deletions
|
@ -4038,7 +4038,9 @@ Let's add our own eshell prompt. and set the password cache to a significantly h
|
|||
*** EAT
|
||||
Emulate a terminal
|
||||
#+begin_src emacs-lisp
|
||||
(add-hook 'eshell-load-hook #'eat-eshell-mode)
|
||||
(use-package eat
|
||||
:init
|
||||
(add-hook 'eshell-load-hook #'eat-eshell-mode))
|
||||
#+end_src
|
||||
|
||||
*** Esh-autosuggest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue