diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/emacs.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index bc03232a..c6864c55 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 |
