diff options
author | Thanos Apollo <[email protected]> | 2024-02-25 04:27:05 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-25 04:27:05 +0200 |
commit | 21bd4bafa218e4f74c07fac52da7b943ee6920b3 (patch) | |
tree | e24140b783a9a46a53f9186b7414d6422013fa11 | |
parent | 4adc4ce7f93298d4a2c7d9eef41ec5518087e271 (diff) |
Add yeetube-thumbnail-width
-rw-r--r-- | yeetube.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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." |