notes/util/editors/emacs/.emacs.d/rc/emacs-rc-scroll.el
Ihar Hancharenka 9685f30a41 m
2025-04-03 11:30:33 +03:00

13 строки
376 B
EmacsLisp

;;(scroll-bar-mode -1)
;; my favourite scrolling
(setq scroll-preserve-screen-position t)
(setq scroll-conservatively 100000)
;;'(scroll-margin 0) ;; whenever you get closer to top/bottom than this value - you'll be scrolled
;;'(scroll-up-aggressively 0)
;;'(scroll-down-aggressively 0)
;;'(scroll-up-aggressively 0.01)
;;'(scroll-down-aggressively 0.01)
;;'(scroll-step 1)