From 440f5616458bed272e09ce7c040ae21e17cecbcb Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 7 Feb 2024 08:16:08 +0200 Subject: yeetube-search: Fix indentation & comments --- yeetube.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/yeetube.el b/yeetube.el index 402e085..fe65181 100644 --- a/yeetube.el +++ b/yeetube.el @@ -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))) -- cgit v1.2.3