aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-25 04:27:05 +0200
committerThanos Apollo <[email protected]>2024-02-25 04:27:05 +0200
commit21bd4bafa218e4f74c07fac52da7b943ee6920b3 (patch)
treee24140b783a9a46a53f9186b7414d6422013fa11 /yeetube.el
parent4adc4ce7f93298d4a2c7d9eef41ec5518087e271 (diff)
Add yeetube-thumbnail-width
Diffstat (limited to 'yeetube.el')
-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."