summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs3
1 files changed, 3 insertions, 0 deletions
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)