Skip to content

Instantly share code, notes, and snippets.

@theanalyst
Created April 21, 2013 07:00
Show Gist options
  • Save theanalyst/5428745 to your computer and use it in GitHub Desktop.
Save theanalyst/5428745 to your computer and use it in GitHub Desktop.
Bring up invisible frames
(dolist (frame (frame-list))
(unless (frame-visible-p frame)
(make-frame-visible frame)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment