From: alex Date: Mon, 29 May 2023 15:54:05 +0000 (+0200) Subject: Make scrolling smooth X-Git-Tag: 20240214-emacs~342 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=868cf80de4c1f6409b6bffd7a92cd8fb3da8e84c;p=alex.git Make scrolling smooth --- diff --git a/emacs/emacs.el b/emacs/emacs.el index bc03232..c6864c5 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -26,6 +26,11 @@ (setq column-number-mode t) (setq-default show-trailing-whitespace t) +;; From https://www.emacswiki.org/emacs/SmoothScrolling#h5o-8 +(setq scroll-step 1) +(setq scroll-conservatively 10000) +(setq auto-window-vscroll nil) + ;; Colorblind friendly theme. ;; Emacs 28 has modus themes, but EL9 only has emacs 27