Skip to content

Instantly share code, notes, and snippets.

@palikar
Created January 23, 2019 18:41
Show Gist options
  • Save palikar/9d7944cfbbea289c56e13fcbe3c2a868 to your computer and use it in GitHub Desktop.
Save palikar/9d7944cfbbea289c56e13fcbe3c2a868 to your computer and use it in GitHub Desktop.
cool scrolling in emacs
(setq scroll-margin 15
scroll-conservatively 0
scroll-up-aggressively 0.01
scroll-down-aggressively 0.01)
(setq-default scroll-up-aggressively 0.01
scroll-down-aggressively 0.01)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment