Bad-ptr / persp-mode.el

named perspectives(set of buffers/window configs) for emacs
401 stars 44 forks source link

`customize` buffers do not play nice #6

Closed jeroentbt closed 10 years ago

jeroentbt commented 10 years ago

customize buffers saved in a perspective (or auto save) are opened with the perspective but are empty. The buffers have to be closed before one can call them again.

Would it be possible to reload them fully (as in not empty buffers but the actual customize stuff) or maybe filter them so they do not get saved/loaded in to a perspective?

Bad-ptr commented 10 years ago

You right.

filter them so they do not get saved/loaded

that would be the right way, I think.

jeroentbt commented 10 years ago

Fast! :+1: