X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/8cddbe5ccf1a8331006029915e652e9d02d516b5..fa56bcf3eb3750665d37cb15a3dbff922d706c36:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 07c1e33..5588a43 100644 --- a/dot/emacs +++ b/dot/emacs @@ -388,7 +388,9 @@ 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)