I'm a long time nix-doom-emacs-unstraightened user on top of emacs-overlay. Currently doomemacs takes care of a lot of stuff, but after having to work around doom for the umpteenth time I'm finally building my emacs config from scratch.
I want my Emacs to continue to be built by Nix using emacs-overlay. I can see there is support for manually specifying emacs.el (init.el). However, I do not see any way to specify early-init.el. I'd like to add fair amount of startup optimizations in this file, and I'd like this file to be immutably part of Emacs closure built by Nix.
There is kind of an example of this, but I'd prefer an option built into emacs-overlay. Is there any way to do that or did I miss something obvious?
I'm a long time
nix-doom-emacs-unstraighteneduser on top ofemacs-overlay. Currently doomemacs takes care of a lot of stuff, but after having to work around doom for the umpteenth time I'm finally building my emacs config from scratch.I want my Emacs to continue to be built by Nix using
emacs-overlay. I can see there is support for manually specifyingemacs.el(init.el). However, I do not see any way to specifyearly-init.el. I'd like to add fair amount of startup optimizations in this file, and I'd like this file to be immutably part of Emacs closure built by Nix.There is kind of an example of this, but I'd prefer an option built into emacs-overlay. Is there any way to do that or did I miss something obvious?