diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/git.el (renamed from config/magit.el) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/magit.el b/config/git.el index 18ba336..e695aab 100644 --- a/config/magit.el +++ b/config/git.el @@ -3,3 +3,6 @@ (use-package magit :ensure t :bind (("C-x g" . magit))) + +(use-package git-timemachine + :ensure t) |