aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-10 11:15:41 +0200
committerThanos Apollo <[email protected]>2024-02-10 11:15:41 +0200
commita69884edea6bec1cd413f08f16b1a7a1b95d739e (patch)
tree14fcfdc10cd7be7f9ce60d58814d77420ee375a4
parent0b8718ccef5017c1fbf6051bee2fabd6712afbe0 (diff)
yeetube-default-sort-column: Set default to nil
-rw-r--r--yeetube.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/yeetube.el b/yeetube.el
index e29dc54..d420d28 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -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")