Skip to content

Instantly share code, notes, and snippets.

@krunkosaurus
Created January 6, 2011 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krunkosaurus/768764 to your computer and use it in GitHub Desktop.
Save krunkosaurus/768764 to your computer and use it in GitHub Desktop.
;; load these only if using GUI emacs
(if (eq window-system 'x)
;; disables scrollbar
(scroll-bar-mode -1)
(menu-bar-mode -1)
;; disable the top toolbar
(tool-bar-mode -1)
(display-battery-mode 1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment