* eat.el (eat-eshell-exec-hook): Make customizable
This commit is contained in:
parent
dcbe6b861e
commit
e66cca3341
1 changed files with 5 additions and 0 deletions
5
eat.el
5
eat.el
|
@ -240,6 +240,11 @@ prompt annotation."
|
|||
:type 'hook
|
||||
:group 'eat-ui)
|
||||
|
||||
(defcustom eat-eshell-exec-hook nil
|
||||
"Hook run after `eat' executes a commamnd."
|
||||
:type 'hook
|
||||
:group 'eat-eshell)
|
||||
|
||||
(defconst eat--cursor-type-value-type
|
||||
(let ((cur-type
|
||||
'(choice
|
||||
|
|
Loading…
Add table
Reference in a new issue