From: Mark Wooding Date: Mon, 29 Apr 2024 09:58:34 +0000 (+0100) Subject: dot/emacs: Moderate horizontal scrolling; auto-scroll only one line. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/fa56bcf3eb3750665d37cb15a3dbff922d706c36 dot/emacs: Moderate horizontal scrolling; auto-scroll only one line. I think the one-line auto-scroll is an improvement but I'm not completely sure yet. --- 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)