mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-18 23:21:22 -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 |
||
|---|---|---|
| .. | ||
| autoload | ||
| cli | ||
| templates | ||
| test | ||
| core-cli-lib.el | ||
| core-cli.el | ||
| core-editor.el | ||
| core-keybinds.el | ||
| core-lib.el | ||
| core-modules.el | ||
| core-packages.el | ||
| core-projects.el | ||
| core-start.el | ||
| core-ui.el | ||
| core.el | ||
| packages.el | ||