psibi / justl.el

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

Major mode for *just* buffers could be compilation mode instead of fundamental mode #16

Closed vmiheer closed 2 years ago

vmiheer commented 2 years ago

This would allow to just use "g" to re-do that particular command and use other compilation mode shortcuts, including "C-c C-k" to kill the operation.

psibi commented 2 years ago

Yeah, this would be a nice thing to have.

psibi commented 2 years ago

I have implemented this as a separated derived mode on top of compilation mode here with tweaks specifically for justfile target execution: https://github.com/psibi/justl.el/pull/18

I'm closing this issue. Free feel to open new issues if you hit something up. Thanks!

vmiheer commented 2 years ago

Thank you!