aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-25 04:26:53 +0200
committerThanos Apollo <[email protected]>2024-02-25 04:26:53 +0200
commit4adc4ce7f93298d4a2c7d9eef41ec5518087e271 (patch)
tree6573e3b18fa3fbd13e5031c8c7ee05c1788e95bf /yeetube.el
parent2ccf1b68376840d640f6620e102ab09632d3e7bb (diff)
Add yeetube-thumbnail-height
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 2deb503..5353c70 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -109,6 +109,11 @@ Valid options include:
:tag "Yeetube Faces"
:prefix 'yeetube-face)
+(defcustom yeetube-thumbnail-height 80
+ "Height 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."