summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-07-01 19:17:07 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-07-01 19:17:09 +0200
commit21bcf24673a44c6bc4d7cded5cc93ed5ca427425 (patch)
tree3e0e45530c9af318a1f27552f1a1118c863ba108 /.emacs
parentc99a90c7dd3e6f25e9584848ca7d2b9ad82bb453 (diff)
downloaddotfiles-21bcf24673a44c6bc4d7cded5cc93ed5ca427425.tar.gz
dotfiles-21bcf24673a44c6bc4d7cded5cc93ed5ca427425.tar.bz2
dotfiles-21bcf24673a44c6bc4d7cded5cc93ed5ca427425.zip
Move emacs scrollbars to the right -- were they belong
Diffstat (limited to '.emacs')
-rw-r--r--.emacs3
1 files changed, 3 insertions, 0 deletions
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)