diff options
author | Thanos Apollo <[email protected]> | 2024-02-25 04:26:53 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-25 04:26:53 +0200 |
commit | 4adc4ce7f93298d4a2c7d9eef41ec5518087e271 (patch) | |
tree | 6573e3b18fa3fbd13e5031c8c7ee05c1788e95bf | |
parent | 2ccf1b68376840d640f6620e102ab09632d3e7bb (diff) |
Add yeetube-thumbnail-height
-rw-r--r-- | yeetube.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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." |