diff options
-rw-r--r-- | config/git.el (renamed from config/magit.el) | 3 | ||||
-rw-r--r-- | init.el | 2 |
2 files changed, 4 insertions, 1 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) @@ -14,7 +14,7 @@ "common" "helm" "projectile" - "magit" + "git" "completion" "tree-sitter" "lsp")) |