changeset 166:1f6d35a7a197

emacs: scrollbars on the right
author Augie Fackler <durin42@gmail.com>
date Mon, 14 Dec 2009 11:32:16 -0600
parents a8e5d4b0913d
children f485c32913cd
files .elisp/settings/50.preferences.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.elisp/settings/50.preferences.el
+++ b/.elisp/settings/50.preferences.el
@@ -39,6 +39,9 @@
 (setq tool-bar-mode nil)
 (tool-bar-mode 0)
 
+;; scrollbars, but on the right, not the left
+(set-scroll-bar-mode 'right)
+
 ;; Command is meta in OS X.
 (setq ns-command-modifier (quote meta))