hide scrollbar

This commit is contained in:
2011-10-03 09:16:49 +01:00
parent 6388d3c3a2
commit 97426ddb7f

View File

@@ -12,6 +12,9 @@
;; Disable toolbar
(tool-bar-mode -1)
;; Hide scrollbar
(set-scroll-bar-mode nil)
;; Show matching paranthensis
(show-paren-mode t)