Skip to content

Instantly share code, notes, and snippets.

@rlb3
Created April 3, 2013 14:33
Show Gist options
  • Select an option

  • Save rlb3/5301742 to your computer and use it in GitHub Desktop.

Select an option

Save rlb3/5301742 to your computer and use it in GitHub Desktop.
(defun show-frame (&optional frame)
(raise-frame)
(select-frame-set-input-focus (selected-frame))
(select-frame-set-input-focus (selected-frame)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment