git: Install the git-timemachine package
This commit is contained in:
parent
6cbf405580
commit
853c462c33
1 changed files with 3 additions and 0 deletions
|
@ -15,3 +15,6 @@
|
||||||
:config
|
:config
|
||||||
;; Turn on flyspell when writing commit messages
|
;; Turn on flyspell when writing commit messages
|
||||||
(add-hook 'git-commit-setup-hook 'git-commit-turn-on-flyspell))
|
(add-hook 'git-commit-setup-hook 'git-commit-turn-on-flyspell))
|
||||||
|
|
||||||
|
(use-package git-timemachine
|
||||||
|
:ensure t)
|
||||||
|
|
Loading…
Reference in a new issue