doomemacs/core/autoload
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
..
buffers.el Remove doom--cycle-real-buffers; refactor kill-this-buffer advice 2018-02-02 20:47:31 -05:00
cache.el Add new cache library (persistent-soft wrapper) 2018-01-07 00:15:57 -05:00
debug.el
editor.el Refactor & fix doom/forward-to-last-non-comment-or-eol 2018-02-01 16:35:55 -05:00
help.el Check if buffer-file-name is nil before passing it as argument. 2018-01-31 06:41:51 +03:00
memoize.el
menu.el Minor refactor & correction 2018-01-29 17:39:08 -05:00
message.el Remove/replace references to doom-popup-buffer 2018-01-06 03:27:23 -05:00
minibuffer.el
packages.el Show error when looking up dependency trees for built-in packages 2018-01-07 00:15:58 -05:00
scratch.el 💥 Replace core-popup with new feature/popup module 2018-01-06 02:17:43 -05:00
system.el
test.el Update doom//run-tests for new doom! 2018-01-29 18:41:55 -05:00
ui.el Improve doom/toggle-fullscreen #397 2018-02-01 17:42:39 -05:00