Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created December 2, 2009 21:31
Show Gist options
  • Save abuiles/247619 to your computer and use it in GitHub Desktop.
Save abuiles/247619 to your computer and use it in GitHub Desktop.
;; hiding toolbar menubar scrollbar
(if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1))
(if (fboundp 'tool-bar-mode) (tool-bar-mode -1))
(if (fboundp 'menu-bar-mode) (menu-bar-mode -1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment