summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
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)