diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |