maybe let's not hide the scrollbar yet (I guess I'm not l33t enough yet...)

This commit is contained in:
2011-10-04 08:52:41 +01:00
parent 8a613380af
commit b44aa03bd6

View File

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