What happened?
I’m trying to add a line to my early-init. It works when I add the line to ~/.emacs.d/early-init.el
, but I don’t want to add that file to my version control (since it’s managed by doom). Is there a $DOOMDIR/early-init.el
? I tried adding my additional config there (and running doom sync
to be safe) but it didn’t seem to work.
What did you expect to happen?
I’d like to have some way to make changes to my early-init from within $DOOMDIR
somehow.
Steps to reproduce
- Add
(add-to-list 'default-frame-alist '(undecorated . t))
to~/.emacs.d/early-init.el
- Open emacs (on osx, intel chip), notice that the title bar does not appear
- Remove
(add-to-list 'default-frame-alist '(undecorated . t))
from~/.emacs.d/early-init.el
, but add it to$DOOMDIR/early-init.el
- Open emacs (on osx, intel chip), notice that the title bar DOES appear
System information
Loading data dump...