Bad-ptr / persp-mode.el

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

Removing a buffer from all perspectives #69

Closed Stebalien closed 7 years ago

Stebalien commented 7 years ago

Is there any simple way to remove a buffer from all perspectives (without killing it)? I'd like to add an advice to bury-buffer that removes buried buffers from all perspectives and a function to buffer-list-change-hook to add them back to a Default perspective (obviously not the nil perspective) when focused (i.e., when moved to the front of buffer-list).

Stebalien commented 7 years ago

Nevermind. I need to learn how to read documentation...