diff options
-rw-r--r-- | yeetube.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -463,8 +463,7 @@ FIELDS-FACE-PAIRS is a list of fields and faces." :view-count 'yeetube-face-view-count :duration 'yeetube-face-duration :channel 'yeetube-face-channel))) - yeetube-content) - tabulated-list-sort-key (cons "Title" nil)) + yeetube-content)) (display-line-numbers-mode 0) (tabulated-list-init-header) (tabulated-list-print)) |