From d290cb35fc5713421217559ab0e7328af12947cd Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Thu, 16 Jan 2020 17:01:21 -0500 Subject: [PATCH] emacs: fix scrolling --- emacs/custom.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/custom.el b/emacs/custom.el index 7d29532..21b3d33 100644 --- a/emacs/custom.el +++ b/emacs/custom.el @@ -27,6 +27,7 @@ '(global-mark-ring-max 1024) '(global-whitespace-mode nil) '(horizontal-scroll-bar-mode nil) + '(hscroll-step 1) '(indent-tabs-mode t) '(inhibit-startup-screen t) '(initial-buffer-choice "~/org/init.org") @@ -54,6 +55,7 @@ '(repeat-too-dangerous nil) '(require-final-newline t) '(scroll-bar-mode nil) + '(scroll-conservatively 101) '(scroll-step 1) '(sentence-end-double-space nil) '(show-paren-delay 0.0)