Teach git-link how to handle Spotify GHE repos

This commit is contained in:
Jeremy Dormitzer 2022-04-06 13:34:12 -04:00
parent 2aaac9da66
commit d1ee43b652

View File

@ -42,6 +42,8 @@
:config
(add-to-list 'git-link-remote-alist '("git.jeremydormitzer.com" git-link-bitbucket))
(add-to-list 'git-link-commit-remote-alist '("git.jeremydormitzer.com" git-link-commit-bitbucket))
(add-to-list 'git-link-remote-alist '("ghe.spotify.net" git-link-github))
(add-to-list 'git-link-commit-remote-alist '("ghe.spotify.net" git-link-commit-github))
:general
(leader-map "gy" #'git-link
"gl" #'git-link-browse