Remove multiple setq calls to tabulated-list-sort-key - #59
Conversation
We current set the variable tabulated-list-sort-key multiple times. This isn't really needed.
|
Thank you for catching this! I can't remember why we do that. I feel like having a sort key is better than not having one. The risk though is that for some resource the first column isn't |
Yeah, agree.
The default behavior I would want is to have a non sorted thing. But I guess we can make optionally configurable with the default value of
What do you mean by this ? You mean some interactive function to set the sort key ? |
RIght now the default is to let
Yeah the column names are dynamically generated based on the output of the |
We current set the variable tabulated-list-sort-key multiple
times. This isn't really needed.