this post was submitted on 28 Nov 2024
22 points (100.0% liked)
Emacs
2364 readers
36 users here now
Our infinitely powerful editor.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
IDEs and such prompt the user whether they trust any new repositories they open. If Emacs had similar functionality, elisp eval could simply be disabled by default and users would then
M-x trust-this-repository
to permanently enable it again for the repo they're in.Plus we could also get rid of the hacky risky vs safe dir-locals system that fills up
custom.el
with clutter