aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
Diffstat (limited to 'yeetube.el')
-rw-r--r--yeetube.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/yeetube.el b/yeetube.el
index 3043839..d541078 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -126,7 +126,9 @@ Example Usage:
videoId videoTitle)))
(insert
"\n\n\n~RET~ to play video\n"
- "\n~d~ to download")
+ "\n~d~ to download\n")
+ (unless (toggle-enable-multibyte-characters)
+ (toggle-enable-multibyte-characters))
(setq buffer-read-only t)
(yt-mode))))