Kaynağa Gözat

Add smooth-scrolling

Josh Bicking 8 yıl önce
ebeveyn
işleme
a0139bec9b
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  1. 8 0
      emacs

+ 8 - 0
emacs

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