I want to start Ediff in a single frame the way pacfiles
does:
Right now it opens the control panel in a separate frame.
I want to start Ediff in a single frame the way pacfiles
does:
Right now it opens the control panel in a separate frame.
You're looking for ediff-setup-windows-plain
, which does everything in one frame.
M-x customize-variable
RET
ediff-window-setup-function
and set the value to ediff-setup-windows-plain
.