diff options
author | Sam Light <samlight1994@gmail.com> | 2025-05-18 19:39:43 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-05-18 19:39:43 +0100 |
commit | dc7402286727748bf3b6aaf46312642ceb2ee4e4 (patch) | |
tree | 392afd615d6183158dd2b79df67c49e0a7af1327 /config | |
parent | 28af03ddf1717aeaa90ff0b0531674944ceede76 (diff) |
Moved magit to git file and installed git timemachine
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) |