psibi / justl.el

Major mode for driving just files.
GNU General Public License v3.0
65 stars 13 forks source link

Use buffer-name with recompile to reuse buffer #53

Closed favetelinguis closed 4 months ago

favetelinguis commented 4 months ago

When you have (setq justl-per-recipe-buffer t) and do a recompile a new buffer will open named *just* instead of reusing the buffer from where I am recompiling. The change fixes this issue.

This is the first time I make a contribution to emacs project so please tell me if im doing something wrong.

psibi commented 4 months ago

Thank you!