notes/os/editors/emacs/.emacs.d/rc/emacs-rc-scroll.el
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +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)