瀏覽代碼

Add smooth-scrolling

Josh Bicking 8 年之前
父節點
當前提交
a0139bec9b
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      emacs

+ 8 - 0
emacs

@@ -142,6 +142,7 @@
 	company
 	company
 	;helm
 	;helm
 	ivy
 	ivy
+	smooth-scrolling
 	))
 	))
 
 
 ;; List of optional packages
 ;; List of optional packages
@@ -406,6 +407,13 @@
 ;; company
 ;; company
 (require 'company)
 (require 'company)
 
 
+;; smooth-scrolling
+(require 'smooth-scrolling)
+(setq scroll-margin 0
+scroll-conservatively 9999
+scroll-step 1)
+
+
 ;;;; System-specific configs
 ;;;; System-specific configs
 
 
 (defun win-setup ()
 (defun win-setup ()