doomemacs/core/test
Henrik Lissner d1953e00c4
Remove doom--cycle-real-buffers; refactor kill-this-buffer advice
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.
2018-02-02 20:47:31 -05:00
..
autoload-buffers.el Remove doom--cycle-real-buffers; refactor kill-this-buffer advice 2018-02-02 20:47:31 -05:00
autoload-debug.el
autoload-message.el
autoload-package.el General & minor refactoring 2018-01-07 00:15:58 -05:00
core-lib.el Change add-hook! macro to retain hook order 2018-01-08 14:55:58 -05:00
core-projects.el Fix doom-project-* unit tests 2018-01-29 18:38:40 -05:00
core-ui.el