dot/emacs: Moderate horizontal scrolling; auto-scroll only one line.
[profile] / dot / emacs
index 07c1e33..5588a43 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       wdired-allow-to-change-permissions 'advanced)
 (setq read-quoted-char-radix 16)       ;C-q HEX-STUFF [RET]
 (setq case-fold-file-names nil)                ;Don't translate file names (grr...)
-(setq scroll-step 5)                   ;Don't scroll too much at a time
+(setq scroll-step 5                    ;Don't scroll too much at a time
+      hscroll-step 8
+      auto-hscroll-mode 'current-line)
 (setq custom-unlispify-tag-names nil   ;Display variable names properly
       custom-unlispify-menu-entries nil
       custom-buffer-done-kill t)