sshaw / git-link

Emacs package to get the GitHub/Bitbucket/GitLab/... URL for a buffer location
399 stars 74 forks source link

Fixes for packaging #2

Closed purcell closed 10 years ago

purcell commented 10 years ago

This is in connection with https://github.com/milkypostman/melpa/pull/1510.

I'd also suggest doing most of the work of the git-link function in a non-interactive function which could be called programmatically from elsewhere without messing up the kill ring -- this is potentially a widely useful utility function. :-)

sshaw commented 10 years ago

Thanks for the fixes.

Good point about the git-link and the kill ring. I'll make that change soon.