I read that this is a better way to get smooth-scrolling

This commit is contained in:
Kashish Sharma 2015-01-31 04:40:31 +05:30
parent 8228312e3e
commit 016517b61d
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@
(setq-default indent-tabs-mode nil)
;;;; Fix scrolling
(setq scroll-conservatively 1)
(setq scroll-conservatively 10000)
(setq auto-window-vscroll nil)
;;;; Fix Emacs' definition of a sentence
(setq sentence-end-double-space nil)