Skip to content

Commit

Permalink
Merge pull request #53 from favetelinguis/master
Browse files Browse the repository at this point in the history
Use buffer-name with recompile to reuse buffer
  • Loading branch information
psibi authored May 23, 2024
2 parents 7b8670b + 20d3f82 commit bc7d009
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 bc7d009

Please sign in to comment.