;;(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)