From 8a674e3af7e4b6362be26f62100bbd3f1c2e6aa0 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 12 Jul 2012 06:08:29 +0200 Subject: emacs: add smooth scrolling --- emacs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs') diff --git a/emacs b/emacs index 2bf9884..6d43c4f 100644 --- a/emacs +++ b/emacs @@ -340,6 +340,9 @@ If this is set during find-file, flyspell mode gets enabled automaticaly.") (scroll-bar-mode 1) (set-scroll-bar-mode 'right)))) +;; smooth-scrolling (do not jump to the middle of the screen) +(require 'smooth-scrolling nil 'noerror) + ;; browse-kill-ring (when (require 'browse-kill-ring nil 'noerror) (progn (browse-kill-ring-default-keybindings) -- cgit v1.2.3