Files
doomemacs/core
Andrew Whatson a086e6967e Fixes for doom/kill-this-buffer-in-all-windows
This was erroring when run inside a popup (eg. `M-x ielm` `C-x k`) due
to a missing check for `window-live-p`.  We don't need to do anything if
the window has already gone away.

The real vs unreal check was backwards; we should only try
`previous-buffer` if the current buffer is *not* real.
2019-03-17 00:53:17 +10:00
..
2019-03-09 04:53:14 -05:00
2019-03-13 02:17:37 -04:00
2019-03-13 01:55:50 -04:00
2019-03-13 20:15:23 -04:00
2019-03-08 18:06:35 -05:00
2019-03-11 12:39:38 -04:00