emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/eat dcbe6b861e 2/4: * eat.el (eat-exec-hook): Make customi


From: ELPA Syncer
Subject: [nongnu] elpa/eat dcbe6b861e 2/4: * eat.el (eat-exec-hook): Make customizable
Date: Wed, 28 Dec 2022 10:58:53 -0500 (EST)

branch: elpa/eat
commit dcbe6b861ea99e78203ea386cc5c2416072e55ce
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@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

[Prev in Thread] Current Thread [Next in Thread]