diff options
-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") |