diff --git a/.emacs.d/config/base.el b/.emacs.d/config/base.el index 680b855..d0728cf 100644 --- a/.emacs.d/config/base.el +++ b/.emacs.d/config/base.el @@ -43,7 +43,7 @@ (setq mouse-yank-at-point t) ;; make the screen go down with one line & mouse wheel support -(setq scroll-step 1) +(setq scroll-conservatively 1000) (mouse-wheel-mode t) ;; clipboard yanking is possible with middle mouse button now