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

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

diff --git a/eat.el b/eat.el
index caa9e01195..226769eae4 100644
--- a/eat.el
+++ b/eat.el
@@ -235,6 +235,11 @@ prompt annotation."
   :type 'number
   :group 'eat-ui)
 
+(defcustom eat-exec-hook nil
+  "Hook run after `eat' executes a commamnd."
+  :type 'hook
+  :group 'eat-ui)
+
 (defconst eat--cursor-type-value-type
   (let ((cur-type
          '(choice

Reply via email to