зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-04 15:46:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			13 строки
		
	
	
		
			376 B
		
	
	
	
		
			EmacsLisp
		
	
	
	
	
	
			
		
		
	
	
			13 строки
		
	
	
		
			376 B
		
	
	
	
		
			EmacsLisp
		
	
	
	
	
	
;;(scroll-bar-mode -1)
 | 
						|
 | 
						|
;; my favourite scrolling
 | 
						|
(setq scroll-preserve-screen-position t)
 | 
						|
(setq scroll-conservatively 100000)
 | 
						|
 | 
						|
;;'(scroll-margin 0) ;; whenever you get closer to top/bottom than this value - you'll be scrolled
 | 
						|
;;'(scroll-up-aggressively 0)
 | 
						|
;;'(scroll-down-aggressively 0)
 | 
						|
;;'(scroll-up-aggressively 0.01)
 | 
						|
;;'(scroll-down-aggressively 0.01)
 | 
						|
;;'(scroll-step 1)
 |