In general, I dislike frames. Right now, I'm using
(setq ediff-window-setup-function #'ediff-setup-windows-plain)
To ensure that ediff
does not create a frame when it starts.
However, certain commands, like ediff-show-registry
still open up new frames.
Is there any way I can completely disable the creation of frames in ediff
?