summaryrefslogtreecommitdiff
path: root/packages/magit.el
diff options
context:
space:
mode:
Diffstat (limited to 'packages/magit.el')
-rw-r--r--packages/magit.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/magit.el b/packages/magit.el
new file mode 100644
index 0000000..1b052ae
--- /dev/null
+++ b/packages/magit.el
@@ -0,0 +1,3 @@
+(use-package magit
+ :commands magit
+ :custom (magit-inhibit-libgit t))