From 20d3f8210e33568e26c78694c492b03de849300c Mon Sep 17 00:00:00 2001 From: Henrik Larsson Date: Wed, 22 May 2024 16:43:08 +0200 Subject: [PATCH] Use buffer-name with recompile to reuse buffer --- justl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justl.el b/justl.el index 18cd4d3..551c876 100644 --- a/justl.el +++ b/justl.el @@ -275,7 +275,7 @@ ARGS is a plist that affects how the process is run. (defun justl-recompile () "Execute the same just target again." (interactive) - (justl--make-process justl--compile-command (list :buffer justl--output-process-buffer + (justl--make-process justl--compile-command (list :buffer (buffer-name) :process "just" :directory (if justl-justfile (f-dirname justl-justfile)