Skip to content

Instantly share code, notes, and snippets.

@oyvindio
Created July 24, 2012 11:03
Show Gist options
  • Save oyvindio/3169401 to your computer and use it in GitHub Desktop.
Save oyvindio/3169401 to your computer and use it in GitHub Desktop.
(if (fboundp 'menu-bar-mode) (menu-bar-mode -1))
(if (fboundp 'tool-bar-mode) (tool-bar-mode -1))
(if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment