From e22c1761952232b0fe42b37f44d69a642e5686fc Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 7 May 2018 18:16:07 +0200 Subject: [PATCH] make quickstart: run `make` afterwards --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44db82a96..0dcb75917 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ cc: compile-core ce: compile-elpa d: doctor -quickstart: | ~/.doom.d/init.el install +quickstart: | ~/.doom.d/init.el all ~/.doom.d/init.el: mkdir ~/.doom.d && cp init.example.el ~/.doom.d/init.el