Bad-ptr / persp-mode.el

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

bug: current file overwritten if using `persp-save-to-file` without specifying the filename #83

Closed LucaMarconato closed 6 years ago

LucaMarconato commented 6 years ago

If you try to save the perspectives state using persp-save-to-file without specifying the file name (let's say using C-c p w RET, the current state will be written in the file of the currently open buffer. By luck you will no lose data you save the buffer (since it is still open) or if you look at the auto recovery file.

Bad-ptr commented 6 years ago

must be fixed ccf87da2c230c3a91e627105b0f034a954e6842a

LucaMarconato commented 6 years ago

great!