Merge pull request #49 from gilbertw1/feature-add-git-timemachine
require magit-blame when loading git-timemachine
This commit is contained in:
commit
fd20a25099
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
(def-package! git-timemachine
|
||||
:commands (git-timemachine git-timemachine-toggle)
|
||||
:config
|
||||
(require 'magit-blame)
|
||||
|
||||
;; Sometimes I forget `git-timemachine' is enabled in a buffer, so instead of
|
||||
;; showing revision details in the minibuffer, show them in
|
||||
;; `header-line-format', which is always visible.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue