From 7620b320442796c89efdb25116deae05414e746d Mon Sep 17 00:00:00 2001 From: duli Date: Mon, 15 Jun 2026 12:07:29 +0800 Subject: [PATCH] tweak(eval): focus repl popup window when toggled When a REPL popup window is hidden and restored via `+popup/toggle', focus is not automatically moved back to the REPL window. --- modules/tools/eval/config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/tools/eval/config.el b/modules/tools/eval/config.el index 8dfd76a2e..6e32c9707 100644 --- a/modules/tools/eval/config.el +++ b/modules/tools/eval/config.el @@ -48,7 +48,9 @@ buffer rather than an overlay on the line at point or the minibuffer." (set-process-query-on-exit-flag process nil) (kill-process process) (kill-buffer buf)))) - :size 0.25 :quit nil) + :size 0.25 + :quit nil + :select t) (after! quickrun