Add copy-to-clipboard support to :gbr & +vc/git-browse

This commit is contained in:
Henrik Lissner 2018-07-31 16:33:16 +02:00
parent 3948255445
commit 74b700f9a7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 19 additions and 8 deletions

View file

@ -0,0 +1,8 @@
;;; emacs/vc/autoload/evil.el -*- lexical-binding: t; -*-
;;;###if (featurep! :feature evil)
;;;###autoload (autoload '+vc:git-browse "emacs/vc/autoload/evil" nil t)
(evil-define-command +vc:git-browse (bang)
"Ex interface to `+vc/git-browse'."
(interactive "<!>")
(+vc/git-browse bang))