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
replace shell-command-on-region by call-process-region
shell-command-on-region is meant for interactive use, causing a buffer
to popup now and then.
Using call-process-region instead removes this disturbing behaviour.
0 commit comments