Refactor git-timemachine-show-commit fix (again)
This commit is contained in:
parent
367bb4fd8e
commit
a89c004551
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@
|
|||
:override #'git-timemachine-show-commit
|
||||
(interactive)
|
||||
(if (fboundp 'magit-show-commit)
|
||||
(save-excursion
|
||||
(magit-show-commit (car git-timemachine-revision)))
|
||||
(magit-show-commit (car git-timemachine-revision))
|
||||
(message "You need to install magit to show commit")))
|
||||
|
||||
;; Sometimes I forget `git-timemachine' is enabled in a buffer, so instead of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue