diff options
author | Thanos Apollo <[email protected]> | 2024-02-07 08:16:08 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-07 08:16:08 +0200 |
commit | 440f5616458bed272e09ce7c040ae21e17cecbcb (patch) | |
tree | 6cdc9530a796dba652aaa7e5c7319e68f5cc8395 | |
parent | 16307d5ccb0bb0ebda2f7b3cb8c5142e3058218e (diff) |
yeetube-search: Fix indentation & comments
-rw-r--r-- | yeetube.el | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -264,10 +264,9 @@ This is used to download thumbnails from `yeetube-content', within (decode-coding-region (point-min) (point-max) 'utf-8) (goto-char (point-min)) (toggle-enable-multibyte-characters) - (yeetube-get-content) + (yeetube-get-content)) ;; (yeetube-get-thumbnails yeetube-content) ;; download thumbnails - ;; unfortunately can't use images them with tabulated list - ) + ;; unfortunately we can't use images them with tabulated list (with-current-buffer (switch-to-buffer (get-buffer-create (concat "*yeetube*"))) (yeetube-mode))) |