.emacs-my
changeset 152 907336e50d23
parent 151 0b6f4adf5096
child 153 a03216c9fa8c
equal deleted inserted replaced
151:0b6f4adf5096 152:907336e50d23
   109 
   109 
   110 ;; ----------------------------------------------------------------------
   110 ;; ----------------------------------------------------------------------
   111 ;; Scrolling
   111 ;; Scrolling
   112 
   112 
   113 (setq-default
   113 (setq-default
   114  ;; 2 - default value
       
   115  next-screen-context-lines 2
       
   116  ;; The number of lines to try scrolling a window by when point moves out.
   114  ;; The number of lines to try scrolling a window by when point moves out.
   117  scroll-step 1
   115  scroll-step 1
   118  scroll-conservatively 100
   116  scroll-conservatively 100
   119  ;; при перемещении точка останавливается на расстоянии i строк к границе фрейма,
   117  ;; при перемещении точка останавливается на расстоянии i строк к границе фрейма,
   120  scroll-margin 2
   118  scroll-margin 2