Explorar el Código

Add smooth-scrolling

Josh Bicking hace 8 años
padre
commit
a0139bec9b
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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 ()