Closed et2010 closed 8 years ago
You can fix it by enabling the kill extension. It's disabled by default because it can slow down some Emacs operations. To enable in Spacemacs, add to user-config
:
(purpose-x-kill-setup)
To enable in regular Emacs configuration, add to init file:
(require 'window-purpose-x)
(purpose-x-kill-setup)
I use following layout while exporting to latex beamer from org:
After the "Org Export Process" buffer was killed:
As you can see, the purpose of bottom left window was changed (original purpose was
info!
, now it'sorg!
).OS: archlinux emacs 24.5 spacemacs 0.200.3 @develop branch with window-purpose layer