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

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

[nongnu] elpa/eat e66cca3341 3/4: * eat.el (eat-eshell-exec-hook): Make


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

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

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