branch: elpa/eat
commit e66cca33412d914f384609c26ba57338a04e1412
Author: Akib Azmain Turja <a...@disroot.org>
Commit: Akib Azmain Turja <a...@disroot.org>

    * eat.el (eat-eshell-exec-hook): Make customizable
---
 eat.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/eat.el b/eat.el
index 226769eae4..ef95ea1258 100644
--- a/eat.el
+++ b/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

Reply via email to