Skip to content

Instantly share code, notes, and snippets.

@wilkes
Created December 9, 2008 18:25
Show Gist options
  • Save wilkes/34022 to your computer and use it in GitHub Desktop.
Save wilkes/34022 to your computer and use it in GitHub Desktop.
(defun twm-frame-full-screen-p ()
(frame-parameter nil 'fullscreen))
(defun twm-make-full-screen ()
(when (and (featurep 'aquamacs) (not (twm-frame-full-screen-p)))
(aquamacs-toggle-full-frame)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment