diff options
author | Sam Light <samlight1994@gmail.com> | 2025-05-17 20:17:44 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-05-17 20:17:44 +0100 |
commit | 0b48b7d84872ea328ff942d2a2f786efc3319e82 (patch) | |
tree | 1d83b715d124d0a812df6669ac8e8ee4a27a5d26 /config/magit.el |
Inital commit
Diffstat (limited to 'config/magit.el')
-rw-r--r-- | config/magit.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/magit.el b/config/magit.el new file mode 100644 index 0000000..18ba336 --- /dev/null +++ b/config/magit.el @@ -0,0 +1,5 @@ +;; -*- lexical-binding: t; -*- + +(use-package magit + :ensure t + :bind (("C-x g" . magit))) |