aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md14
-rw-r--r--yeetube.el4
2 files changed, 11 insertions, 7 deletions
diff --git a/README.md b/README.md
index dfb0478..7ca4b72 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,6 @@
## About
- Watch & Download Videos from Emacs.
-## Contributing
-
-- [Mailing list](https://lists.sr.ht/~thanosapollo/yeetube.el)
-- [Issue Tracker](https://todo.sr.ht/~thanosapollo/yeetube.el)
-
-
## Installation
- Clone repo
@@ -22,3 +16,11 @@ git clone https://git.sr.ht/~thanosapollo/yeetube.el
(load-file "/path/to/yeetube.el"))
```
+
+## Contributing
+
+- [Mailing list](https://lists.sr.ht/~thanosapollo/yeetube.el)
+- [Issue Tracker](https://todo.sr.ht/~thanosapollo/yeetube.el)
+
+
+
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))))