diff options
-rw-r--r-- | .emacs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |