Add key binging for git-link-homepage

I think I am going to need this often.
This commit is contained in:
Daniel Borchmann 2025-08-24 21:00:04 +02:00
parent b5eb80d2cc
commit 65177e5fb2
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -1603,6 +1603,7 @@ Note that this workaround is incomplete, as explained in this comment."
(use-package git-link
:commands (git-link
git-link-homepage
git-link-dispatch)
:init (setopt git-link-consider-ssh-config t
git-link-open-in-browser t
@ -3080,6 +3081,7 @@ Note that this workaround is incomplete, as explained in this comment."
(bind-key "C-c d" #'define-word-at-point)
(bind-key "C-c e" #'crux-eval-and-replace)
(bind-key "C-c g l" #'git-link)
(bind-key "C-c g h" #'git-link-homepage)
(bind-key "C-c h #" #'helm-emms)
(bind-key "C-c h m" #'man)
(bind-key "C-c h p" #'list-processes)