Teach git-link how to handle Spotify GHE repos
This commit is contained in:
parent
2aaac9da66
commit
d1ee43b652
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user