From 6665f1129897d0f4753b160c70d4d9365f822256 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 27 Apr 2025 19:42:08 +0200 Subject: [PATCH] Use default scrolling --- emacs/emacs.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 6b621ac..4e0c653 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -11,11 +11,6 @@ (setq custom-file "~/.emacs.d/disable-custom-variable-saving") -;; From https://www.emacswiki.org/emacs/SmoothScrolling#h5o-8 -(setq scroll-step 1) -(setq scroll-conservatively 10000) -(setq auto-window-vscroll nil) - ;; Do not spill temporary files everywhere ;; https://stackoverflow.com/a/18330742 (defvar --backup-directory (concat user-emacs-directory "backups")) -- 2.47.3