You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using embark-open-externally to open a folder on Windows 10 or Windows 11, it will freeze Emacs. And I had to kill the Emacs process and restart Emacs.
steps to reproduce:
install emabark and start Emacs
execute below code to open any folder, here I try to open the .emacs.d
Hi @oantolin
When using
embark-open-externally
to open a folder on Windows 10 or Windows 11, it will freeze Emacs. And I had to kill the Emacs process and restart Emacs.steps to reproduce:
.emacs.d
solution:
Change
(w32-shell-execute "open" file)
inembark-open-externally
to(w32-shell-execute nil file)
will fix this issue.The text was updated successfully, but these errors were encountered: