diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2021-09-13 03:11:59 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2021-09-13 03:11:59 (GMT) |
| commit | c25b4f6fe77342a256ae80b03817fb55f0e14e06 (patch) | |
| tree | 50bce9d865a4f4e243101cd489f5d3415d43831f /lisp/ravi-init-vc.el | |
| parent | 50a760454df78c56c521174fc2ac9b59570b4962 (diff) | |
| download | dotemacs-c25b4f6fe77342a256ae80b03817fb55f0e14e06.zip dotemacs-c25b4f6fe77342a256ae80b03817fb55f0e14e06.tar.gz dotemacs-c25b4f6fe77342a256ae80b03817fb55f0e14e06.tar.bz2 | |
Copying into the kill ring
Diffstat (limited to 'lisp/ravi-init-vc.el')
| -rw-r--r-- | lisp/ravi-init-vc.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ravi-init-vc.el b/lisp/ravi-init-vc.el index 4fcb491..411b7f6 100644 --- a/lisp/ravi-init-vc.el +++ b/lisp/ravi-init-vc.el @@ -97,6 +97,8 @@ (use-package vc-git :bind ("C-x v f" . vc-git-grep) :ensure nil) +(use-package git-link + :commands (git-link)) (use-package diff-hl :config |
