Run eat-eshell-exec-hook as Eshell process is run
* eat.el (eat--eshell-setup-proc-and-term): Run 'eat-eshell-exec-hook' at the very end.
This commit is contained in:
parent
63f23b3e50
commit
328c9d629d
1 changed files with 2 additions and 1 deletions
3
eat.el
3
eat.el
|
@ -5582,7 +5582,8 @@ PROGRAM can be a shell command."
|
|||
(setq-local eshell-output-filter-functions
|
||||
'(eat--eshell-output-filter))
|
||||
(eat--eshell-process-running-mode +1)
|
||||
(eat-eshell-semi-char-mode)))
|
||||
(eat-eshell-semi-char-mode)
|
||||
(run-hooks 'eat-eshell-exec-hook)))
|
||||
|
||||
(defun eat--eshell-cleanup ()
|
||||
"Cleanup everything."
|
||||
|
|
Loading…
Add table
Reference in a new issue