aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")