mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-26 20:02:34 -08: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 |
||
|---|---|---|
| .. | ||
| buffers.el | ||
| config.el | ||
| debug.el | ||
| files.el | ||
| fonts.el | ||
| help.el | ||
| packages.el | ||
| plist.el | ||
| print.el | ||
| process.el | ||
| projects.el | ||
| sandbox.el | ||
| scratch.el | ||
| sessions.el | ||
| store.el | ||
| system.el | ||
| text.el | ||
| themes.el | ||
| ui.el | ||