Any reason not to add this command? ```el (defun git-link-browse-url () "Open `git-link' URL in web browser." (interactive) (let ((git-link-open-in-browser t)) (call-interactively 'git-link))) ```
Any reason not to add this command?