OrionRandD
OrionRandD
@sahib @alphapapa Wow! this tread if from 2014 and no letras.mus.br lyrics getter yet! Please, if possible, implement it. This is one of the best lyrics search out there. It...
I have fixed the issue in doom-Emacs, using your doom-Emacs config. But still having problems with normal Emacs: ;; evil-motion-trainer-mode (add-to-list 'load-path "~/_emacs.d_Orig/local-repo/evil-motion-trainer") ;; https://github.com/martinbaillie/evil-motion-trainer (setq global-evil-motion-trainer-mode 1) (setq evil-motion-trainer-threshold...
@martinbaillie Gives me no error. It does not load :(
Perhaps, you can ask your package to be part of MELPA. They, certainly, will approve it. Since it is a great idea... Or better, part of doom-Emacs, since MELPA if...
@gRastello Have you tested yourself with another instance? I did with yewtu.be and it gave me the same error Or this is an abandoned project... Some instances here: // invidio...
@pablobc-mx How did you set that up? In init.el? invidious.snopyta.org
@gRastello thx a lot for the function. I can choose between them, but I get this error.: json-read: JSON readtable error: 60
Here is the whole stuff... Since the beginning I have had problems related to json file :( ;; ytel - youtube-watch ;; https://github.com/gRastello/ytel (use-package! ytel) (defvar invidious-instances-url "https://api.invidious.io/instances.json?pretty=1&sort_by=health") (defun ytel-instances-fetch-json...
@gRastello @pablobc-mx @mooseyboots Thx. I solved the issue. :)
> @OrionRandD share how? This works for me, now... ;; ytel - youtube-watch ;; https://github.com/gRastello/ytel ;; https://api.invidious.io/ - instances (use-package ytel :ensure t) (defvar invidious-instances-url "https://api.invidious.io/instances.json?pretty=1&sort_by=health") (defun ytel-instances-fetch-json () "Fetch...