disable the ugly scrollbar in windows, and make it so the cursor is only
visible on the active window.
(load-theme 'eng-paper t)
(menu-bar-mode -1)
(tool-bar-mode -1)
-(set-scroll-bar-mode 'left)
+(set-scroll-bar-mode (if (eq system-type 'windows-nt) nil 'left))
(setq frame-title-format "%b"
mouse-prefer-closest-glyph t
mouse-autoselect-window -0.25)
(setq-default cursor-type 'hbar
+ cursor-in-non-selected-windows nil
mode-line-format
'("%e"
(:eval (propertize " "