mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
require magit-blame when loading git-timemachine
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user