emacs/vc: bind gtc to git-timemachine-show-commit
This commit is contained in:
parent
82e882c630
commit
96bff1076f
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,10 @@
|
|||
(add-hook 'git-timemachine-mode-hook #'evil-normalize-keymaps))
|
||||
|
||||
(when (featurep! :tools magit)
|
||||
(add-transient-hook! #'git-timemachine-blame (require 'magit-blame))))
|
||||
(add-transient-hook! #'git-timemachine-blame (require 'magit-blame)))
|
||||
|
||||
(map! :map git-timemachine-mode-map
|
||||
:n "gtc" #'git-timemachine-show-commit))
|
||||
|
||||
|
||||
;;;###package git-commit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue