emacs/vc: replace git-link w/ browse-at-remote

git-link is no longer maintained and browse-at-remote has support for
more remotes.

- Bind '<leader> g o h' to open homepage in browser
- Rebind '<leader> g o o' to open file or region (omits the #L<N> suffix
  if no selection is active).
This commit is contained in:
Henrik Lissner
2019-12-15 01:55:02 -05:00
parent 20a733a861
commit bb702acfd0
4 changed files with 44 additions and 45 deletions

View File

@ -5,7 +5,7 @@
(package! vc-annotate :built-in t)
(package! smerge-mode :built-in t)
(package! git-link)
(package! browse-at-remote)
(package! git-timemachine)
(package! gitconfig-mode)
(package! gitignore-mode)