Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a function to return the git-link itself #69

Closed
wants to merge 1 commit into from

Commits on Mar 16, 2022

  1. Create a function to return the git-link itself

    `git-link` is incredibly useful, but it doesn't return the URL it
    creates. This introduces a new function which does so, allowing more
    tooling to make use of this great feature.
    
    Wrapped up in this I did some refactoring to drop the use of `setq`
    internally to the function, as that defies the purely functional
    nature of the call. This _shouldn't_ break anything.
    futuro committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    68d8420 View commit details
    Browse the repository at this point in the history