aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-04-27 19:42:08 +0200
committeralexpdp7 <alex@corcoles.net>2025-04-27 19:44:47 +0200
commit6665f1129897d0f4753b160c70d4d9365f822256 (patch)
treeab5dee4a22bdddf3659d3ecab392a592de95cfb9 /emacs
parent686d2a3a1594af8e61b09f0522af8f3af2ab4986 (diff)
Use default scrolling
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index 6b621ac8..4e0c6532 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"))