From a69884edea6bec1cd413f08f16b1a7a1b95d739e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 10 Feb 2024 11:15:41 +0200 Subject: yeetube-default-sort-column: Set default to nil --- yeetube.el | 4 ++-- 1 file 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") -- cgit v1.2.3