federicotdn / verb

Organize and send HTTP requests from Emacs
https://melpa.org/#/verb
GNU General Public License v3.0
545 stars 20 forks source link

How can I make the external prelude .el file marked as safe to load? #80

Closed oscarvarto closed 2 weeks ago

oscarvarto commented 3 weeks ago

Hi!

Whenever I try to execute a request, I get a message like:

File prelude.el may contain code that may not be safe
Load it anyways? (y or n)

It's very annoying to have to repeatedly do this. How can I mark the prelude.el as safe to load always?

oscarvarto commented 3 weeks ago

I think I found the answer in the source code. I have to customize verb-suppress-load-unsecure-prelude-warning variable, and make it non-nil.

I thought it was an Emacs thing, not a particular behavior of the package. Maybe it would be useful to add a brief mention of this variable in the README.