From b114ada4f83f9267b2382de60b7833ebc77c2950 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Tue, 03 Oct 2023 02:53:40 +0000
Subject: [PATCH] Install now checks that installed file is different to file before asking

---
 .gitmodules |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index b7db458..6a2d298 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,8 @@
 [submodule "emacs/.emacs.d"]
-	path = emacs/.emacs.d
+	path = emacs/emacs.d
 	url = https://github.com/Chizi123/.emacs.d.git
+	branch = main
+[submodule "zsh/antidote"]
+	path = zsh/antidote
+	url = https://github.com/mattmc3/antidote.git
+	branch = main

--
Gitblit v1.10.0