doomemacs/core
Henrik Lissner af37d430fb
Fix kill-this-buffer's dashboard addiction
Our kill-this-buffer advice, which tries to ensure the user will always
land on a real buffer after killing another, would prematurely jump to
the dashboard even though there were other available, real buffers.

Also fixes an issue where kill-this-buffer would get stuck switching
between the last buffers (because they aren't killed if they're visible
in other windows). If the only buffers left are visible in other
windows, it will now switch to the fallback buffer (dashboard or
scratch).
2018-01-08 19:32:53 -05:00
..
autoload Fix doom-cleanup-hook breaking if hook didn't return an integer 2018-01-07 15:03:45 -05:00
test Change add-hook! macro to retain hook order 2018-01-08 14:55:58 -05:00
core-editor.el Narrow down the purpose of init & post-init hooks 2018-01-07 00:15:58 -05:00
core-keybinds.el which-key: don't replace current popup 2018-01-07 06:19:54 -05:00
core-lib.el Change add-hook! macro to retain hook order 2018-01-08 14:55:58 -05:00
core-os.el
core-packages.el Narrow down the purpose of init & post-init hooks 2018-01-07 00:15:58 -05:00
core-projects.el
core-ui.el Fix kill-this-buffer's dashboard addiction 2018-01-08 19:32:53 -05:00
core.el Narrow down the purpose of init & post-init hooks 2018-01-07 00:15:58 -05:00
packages.el