perspective-el icon indicating copy to clipboard operation
perspective-el copied to clipboard

Allow manual sorting of perspectives

Open sipraga opened this issue 1 year ago • 1 comments

Users can select a manual sorting method and then rearrange the list of perspectives using newly added functions pers-sorting-move-left/right.

sipraga avatar Sep 26 '23 12:09 sipraga

Thanks, this looks like a useful feature. Unfortunately, the implementation does not work for me.

First, the change to the perspective struct adds a field called sorted-time, but all the code references persp-sorting-time.

Second, even if I change persp-sorting-time to persp-sorted-time, calls to (persp-names) still fail.

gcv avatar Sep 29 '23 05:09 gcv