bmag / emacs-purpose

Manage Windows and Buffers According to Purposes
GNU General Public License v3.0
498 stars 23 forks source link

purpose dedicated window not working #102

Closed et2010 closed 8 years ago

et2010 commented 8 years ago

I use following layout while exporting to latex beamer from org: purpose-dedicated-window-not-working-1

After the "Org Export Process" buffer was killed: purpose-dedicated-window-not-working-2

As you can see, the purpose of bottom left window was changed (original purpose was info!, now it's org!).

OS: archlinux emacs 24.5 spacemacs 0.200.3 @develop branch with window-purpose layer

bmag commented 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)