summaryrefslogtreecommitdiff
path: root/config/magit.el
diff options
context:
space:
mode:
Diffstat (limited to 'config/magit.el')
-rw-r--r--config/magit.el5
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)))