| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously, after switching to a perspective, the recent-visit order
of buffers will be changed because `persp-reactive-buffers` revisits
buffers based on `persp-current-buffers` which is in a fixed order.
With this PR, `persp-reactive-buffers` revisits the buffers based on `(buffer-list)`
|
|
|
|
mentions `switch-to-prev-buffer-skip` customization in Readme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Variable: `persp-avoid-killing-last-buffer-in-perspective`, default `t`; this
was formerly the experimental feature flag
`persp-feature-flag-prevent-killing-last-buffer-in-perspective` which defaulted
to `nil`.
|
|
Remove needless quote from the choice value
|
|
|
|
|
|
|
|
|
|
Discussion: https://github.com/nex3/perspective-el/issues/180.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Wrap with-perspectives' BODY arg in a progn and return it.
|
|
|
|
|
|
|
|
|
|
|
|
into NicholasBHubbard-master
|
|
|