Fix incorrect path to init.example.el
This commit is contained in:
parent
1c4215c187
commit
6f878a38bd
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ install understands the following switches:
|
||||||
(print! (success "Done!")))))
|
(print! (success "Done!")))))
|
||||||
'(("init.el" .
|
'(("init.el" .
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(insert-file-contents (doom-path "init.example.el"))))
|
(insert-file-contents (doom-path doom-emacs-dir "init.example.el"))))
|
||||||
("config.el" .
|
("config.el" .
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(insert! ";;; %sconfig.el -*- lexical-binding: t; -*-\n\n"
|
(insert! ";;; %sconfig.el -*- lexical-binding: t; -*-\n\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue