From b44aa03bd6ebe99761a5259942a97a77856f89cb Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 4 Oct 2011 08:52:41 +0100 Subject: [PATCH] maybe let's not hide the scrollbar yet (I guess I'm not l33t enough yet...) --- appearance.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appearance.el b/appearance.el index ff9e945..daa64fc 100644 --- a/appearance.el +++ b/appearance.el @@ -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)