Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 498 Bytes

File metadata and controls

15 lines (12 loc) · 498 Bytes

#+title Scrolling #+author Daan van Berkel #+email dvanberkel@m-industries.com

Although you can get used to it a little bit unnerving to see the cursor jump.

We found a nice blog post that counters this.

(setq scroll-margin 1
      scroll-conservatively 0
      scroll-up-aggressively 0.01
      scroll-down-aggressively 0.01)