From 21bcf24673a44c6bc4d7cded5cc93ed5ca427425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 1 Jul 2010 19:17:07 +0200 Subject: Move emacs scrollbars to the right -- were they belong --- .emacs | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index e405dd6..cc807e7 100644 --- a/.emacs +++ b/.emacs @@ -10,6 +10,9 @@ (global-linum-mode 1) (setq linum-format "%4d ") +;; scrollbar on the right +(set-scroll-bar-mode 'right) + ;; theming (require 'color-theme) (color-theme-initialize) -- cgit v1.2.3