From 5cbf9494655931ec17402dad1ea19c78b52aee34 Mon Sep 17 00:00:00 2001 From: Kinneyzhang Date: Mon, 31 Aug 2026 14:00:35 +0800 Subject: [PATCH] fix: reload playground actions explicitly --- etaf-playground.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etaf-playground.el b/etaf-playground.el index 856c91d..86ee101 100644 --- a/etaf-playground.el +++ b/etaf-playground.el @@ -418,7 +418,9 @@ disk." (save-restriction (widen) (etaf-component-redefine-run - (lambda () (eval-buffer nil)))) + (lambda () + (etaf-action-redefine-run + (lambda () (eval-buffer nil)))))) (setf (etaf-playground-session-companion-dirty-p session) nil) (setq-local etaf-playground-companion-dirty-p nil)) (unless loaded-p