From fa56bcf3eb3750665d37cb15a3dbff922d706c36 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 29 Apr 2024 10:58:34 +0100 Subject: [PATCH] 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. --- dot/emacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.11.0