Open AndreaCrotti opened 5 years ago
It seems pretty easy to implement a rudimentary version yourself. For example:
(defun exercism-submit ()
(interactive)
(shell-command (concat "exercism submit " (buffer-file-name))))
4 years late and shameless plug: https://github.com/anonimitoraf/exercism.el (if anyone else comes across this thread)
I just tried out this library and it looks like it expects by default the config in a different place, and it except things like
exercism tracks
which are not available. I wonder if this is still updated to the currentexercism
cli, I guess there have been a few breaking changes in the meanwhile.