From e3a754e0e90618cc05fadc79e1fb0f9a08f40e7b Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sat, 20 Jun 2020 03:23:57 +0000
Subject: [PATCH] Make working for emacs

---
 Makefile |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 0575e03..68ba067 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,11 @@
 $(CONFIGS:=-del):
 	$(STOW) --delete -t $(HOME) $(@:-del=)
 
+.PHONY: emacs
+emacs:
+	git submodule update --init
+	$(STOW) -t $(HOME) $@
+
 .PHONY: shells
 shells: $(SHELLS)
 

--
Gitblit v1.9.3