require magit-blame when loading git-timemachine

This commit is contained in:
Bryan Gilbert 2017-04-27 14:36:30 -04:00
parent 90504dfac7
commit f4b9a5986e

View File

@ -34,6 +34,7 @@
(def-package! git-timemachine
:commands (git-timemachine git-timemachine-toggle)
:config
(require 'magit-blame)
(add-hook! 'git-timemachine-mode-hook #'evil-force-normal-state)
(map! :map git-timemachine-mode-map
:nv "p" 'git-timemachine-show-previous-revision