aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yeetube.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/yeetube.el b/yeetube.el
index 5353c70..53701e5 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -114,6 +114,11 @@ Valid options include:
:type 'number
:group 'yeetube)
+(defcustom yeetube-thumbnail-width 80
+ "Width of the thumbnail."
+ :type 'number
+ :group 'yeetube)
+
(defface yeetube-face-header-query
'((t :inherit font-lock-function-name-face))
"Face used for the video published date."