git: Install the git-timemachine package

This commit is contained in:
finga 2024-10-16 14:25:57 +02:00
parent 6cbf405580
commit 853c462c33

View file

@ -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)