From 6f878a38bdac4a4219cbddd9110d1b67ce10346c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 22 Jul 2019 04:48:44 +0200 Subject: [PATCH] Fix incorrect path to init.example.el --- core/cli/install.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cli/install.el b/core/cli/install.el index 1730a0f7e..45593619a 100644 --- a/core/cli/install.el +++ b/core/cli/install.el @@ -51,7 +51,7 @@ install understands the following switches: (print! (success "Done!"))))) '(("init.el" . (lambda () - (insert-file-contents (doom-path "init.example.el")))) + (insert-file-contents (doom-path doom-emacs-dir "init.example.el")))) ("config.el" . (lambda () (insert! ";;; %sconfig.el -*- lexical-binding: t; -*-\n\n"