mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
emacs/vc: bind gtc to git-timemachine-show-commit
This commit is contained in:
@ -36,7 +36,10 @@
|
|||||||
(add-hook 'git-timemachine-mode-hook #'evil-normalize-keymaps))
|
(add-hook 'git-timemachine-mode-hook #'evil-normalize-keymaps))
|
||||||
|
|
||||||
(when (featurep! :tools magit)
|
(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
|
;;;###package git-commit
|
||||||
|
Reference in New Issue
Block a user