catch up to upstream; it builds again!

Fixes #170.
Fixes #183.
This commit is contained in:
ckie
2022-07-01 18:37:29 +03:00
parent 271f69afc2
commit 4717e4e835
7 changed files with 72 additions and 49 deletions

View File

@@ -208,7 +208,7 @@ let
loading from `site-lisp'")
(when (> emacs-major-version 26)
(load "${doom-emacs}/early-init.el"))
(load "${doom-emacs}/init.el")
(load "${doom-emacs}/core/core-start.el")
'';
in (emacsPackages.emacsWithPackages (epkgs: [ load-config-from-site ]));