Skip to content

Commit

Permalink
Use buffer-name with recompile to reuse buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
favetelinguis committed May 22, 2024
1 parent 7b8670b commit 20d3f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justl.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 20d3f82

Please sign in to comment.