clojure-emacs/clojure-mode

Perhaps make `put-clojure-indent` a "safe" function

rbrw opened this issue · 2 comments

rbrw commented

It might be very convenient to be able to add put-clojure-indent calls for project-specific forms to a .dir-locals.el without causing emacs to prompt about risky evaluation. Assuming I understand how it works, this might just require adding an appropriate safe-local-eval-function property to put-clojure-indent https://www.gnu.org/software/emacs/manual/html_node/elisp/File-Local-Variables.html

(If I get time, if no one else beats me to it, and if it's considered interesting, then I might see if I can come up with something to propose later.)

Thanks

AFAICT this was done with #598?

vemv commented

Thank you!