Hey there! It looks like you might need to adjust the default-directory when using embark-act. Have you considered using with-current-buffer to set the directory to the one of the selected file before invoking embark-act? This might help ensure that the buffer's directory is respected. Cheers!
Hey there! It looks like you might need to adjust the
default-directory
when usingembark-act
. Have you considered usingwith-current-buffer
to set the directory to the one of the selected file before invokingembark-act
? This might help ensure that the buffer's directory is respected. Cheers!