lucasew / torrent.el

Find torrents using Google or DuckDuckGo without leaving emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot open file, No such file or directory, S and URL

deepansharya1111 opened this issue · comments

Hello, can you guide me on installing the extension?

I am getting this error:
Screenshot 2023-07-15 at 11 54 52 PM

I see that torrent.el file starts with: (require 'url) and (require 's)

I tried loading the extension first using:
M-x load-file and then providing the path.

Also tried adding it through ~/.emacs.d/init.el file

(add-to-list 'load-path "~/.emacs.d/lisp")
(load "torrent.el")
(require 'torrent)

both approaches gave the same output.

I didn't know anything about how emacs modules works

The way I loaded it was loading the file like pasting the content somewhere and evaluating

require as far as I know works a bit different and this module doesn't use those primitives