about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2018-09-30 19:11:56 -0400
committerBen Harris <ben@tilde.team>2018-09-30 19:11:56 -0400
commit54ed1fc2973e0314a1756256ed7626684c349b98 (patch)
tree4e70b2dd944404ba517b7dc6029c0e5127f7ffe1 /Makefile
parented6597381641c515b373860a8a4498241dac7002 (diff)
i guess we need to try out emacs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3bb75fa..1c7e99c 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ endif
 install:
 	@make $(UNAME)
 
-Linux: bash fish git mutt byobu weechat vim nvim gnupg bin
+Linux: bash fish git mutt byobu weechat vim nvim gnupg bin emacs
 Windows: bash git vim
 Other: bash git vim
 
@@ -32,6 +32,7 @@ clean:
 	stow -t "$$HOME" -D weechat
 	stow -t "$$HOME" -D gnupg
 	stow -t "$$HOME" -D bin
+	stow -t "$$HOME" -D emacs
 
 bash:
 	@printf "$(YELLOW)--- bash -----------------------------------------------\n$(RESET)"
@@ -76,6 +77,10 @@ bin:
 	@printf "$(YELLOW)--- bin ------------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" bin
 
+emacs:
+	@printf "$(YELLOW)--- emacs ----------------------------------------------\n$(RESET)"
+	git submodule update --init -- emacs/.emacs.d/evil
+	stow -t "$$HOME" emacs
 
-.PHONY: bash fish git vim nvim mutt byobu weechat gnupg bin clean install Windows Linux Other
+.PHONY: bash fish git vim nvim mutt byobu weechat gnupg bin emacs clean install Windows Linux Other