require magit-blame when loading git-timemachine
This commit is contained in:
parent
90504dfac7
commit
f4b9a5986e
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
||||||
(def-package! git-timemachine
|
(def-package! git-timemachine
|
||||||
:commands (git-timemachine git-timemachine-toggle)
|
:commands (git-timemachine git-timemachine-toggle)
|
||||||
:config
|
:config
|
||||||
|
(require 'magit-blame)
|
||||||
(add-hook! 'git-timemachine-mode-hook #'evil-force-normal-state)
|
(add-hook! 'git-timemachine-mode-hook #'evil-force-normal-state)
|
||||||
(map! :map git-timemachine-mode-map
|
(map! :map git-timemachine-mode-map
|
||||||
:nv "p" 'git-timemachine-show-previous-revision
|
:nv "p" 'git-timemachine-show-previous-revision
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue