diff options
author | Thanos Apollo <[email protected]> | 2024-02-10 11:15:41 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-10 11:15:41 +0200 |
commit | a69884edea6bec1cd413f08f16b1a7a1b95d739e (patch) | |
tree | 14fcfdc10cd7be7f9ce60d58814d77420ee375a4 | |
parent | 0b8718ccef5017c1fbf6051bee2fabd6712afbe0 (diff) |
yeetube-default-sort-column: Set default to nil
-rw-r--r-- | yeetube.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,9 +82,9 @@ Valid options include: :type '(radio (const "Relevance") (const "Date") (const "Views") - (const "Rating")) + (const "Rating"))) -(defcustom yeetube-default-sort-column "Title" +(defcustom yeetube-default-sort-column nil "Which column to sort the search results table." :type '(radio (const "Title") (const "Views") |