安装 smooth-scrolling 插件。 在 ~/.emacs 文件中添加 (require 'smooth-scrolling) (setq smooth-scroll-margin 3) 这个 3 表示在距离屏幕上下边缘还有 3
安装 smooth-scrolling 插件。