mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Emacs 29 introduces a new command: restart-emacs, which clashes with the more featureful restart-emacs package that Doom installs to manage the session. Fortunately, the built-in one is defines in files.el, which is eagerly loaded at startup, so as long as the third-party one is loaded (at some point), it shouldn't be a problem. Fix: #6492