mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-27 12:21:39 -08:00
Phases out dependence on the doom-kill-buffer workflow, which ensured the user would always land on a real buffer (or the fallback buffer) after killing a buffer. This required all quit-window, kill-this-buffer and various buffer-killing commands be advised or remapped. There was no need, kill-buffer-query-functions is better. Also introduces a new hook: doom-init-theme-hook. doom-init-ui-hook still exists, but is used for UI initialization (surprise), while theme hooks should be moved over. |
||
|---|---|---|
| .. | ||
| autoload | ||
| test | ||
| core-editor.el | ||
| core-keybinds.el | ||
| core-lib.el | ||
| core-os.el | ||
| core-packages.el | ||
| core-popups.el | ||
| core-projects.el | ||
| core-ui.el | ||
| core.el | ||
| packages.el | ||