Emacs switch to the next window regardless of frame

Viewed 850

I'd like for the C-x o command (next window) to include windows in other frames as well as windows in the current frame.

Does anyone know how to pull this off? Is there another command that I should be using? Is there some snippet of elisp magic that can do this with ease?

7 Answers
Related