Hello John, You're right, but that's only because I made a mistake when pasting it on my email client, sorry :) I think the problem is related to the phase when it runs. However, I don't understand why the current package for version 0.88 doesn't have that issue...
Thank you for your reply! Tomás On 11/27/20 9:19 PM, John Soo wrote: > Hey Tomás, > > Check your parens: > > (for-each (make-file-writable (find-files "\\.yml$"))) > > Should be > > (for-each make-file-writable (find-files "\\.yml$")) > > That’s because for-each is a higher order function which takes a procedure > and a list. > > Good luck! > > - John > > >> >> >> >> >> >> >> >> >> >> >> >> >> >> >>