From cea270d95029b3652594fe5f801d5e8c05a67b09 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 10 May 2018 22:39:35 +0200 Subject: [PATCH] Add recompile step to make quickstart --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f186cd41..cc4702754 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ ce: compile-elpa re: recompile d: doctor -quickstart: | ~/.doom.d/init.el all +quickstart: | ~/.doom.d/init.el all recompile ~/.doom.d/init.el: mkdir ~/.doom.d && cp init.example.el ~/.doom.d/init.el