Created
January 6, 2011 22:50
-
-
Save krunkosaurus/768764 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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