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
Saw this interesting project. Quick FYI: The Elisp example code calls shell-command without quoting the filename; it should use shell-quote-argument in case it contains spaces or other metacharacters.