first, thanks for this package!
that said, please use (user-error ...) instead or (message ...) to signal errors, so that i can catch them and do something sensible.
this would allow me to write a function that would first try (git-link-commit), falling back to (git-link) in case that fails, which would basically "do what i mean" in 99% of my use cases.
let me know whether i should submit a pr!
first, thanks for this package!
that said, please use
(user-error ...)instead or(message ...)to signal errors, so that i can catch them and do something sensible.this would allow me to write a function that would first try
(git-link-commit), falling back to(git-link)in case that fails, which would basically "do what i mean" in 99% of my use cases.let me know whether i should submit a pr!