mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-25 03:11:41 -08:00
cycle-real-buffers was a tidbit of complexity that was never necessary in the first place. This functionality was already available in the form of the frame buffer-predicate parameter, which controls where functions like next-buffer and other-buffer can land you. The only thing I have to do myself, is check for the condition where there are no more real buffers left to switch to, and in that case send you to the fallback-buffer. |
||
|---|---|---|
| .. | ||
| autoload-buffers.el | ||
| autoload-debug.el | ||
| autoload-message.el | ||
| autoload-package.el | ||
| core-lib.el | ||
| core-projects.el | ||
| core-ui.el | ||