.emacs-my
changeset 439 a1910375f39e
parent 438 740efbdc5777
child 442 bf31b8f54b4a
equal deleted inserted replaced
438:740efbdc5777 439:a1910375f39e
   356 
   356 
   357 ;; Scroll Bar gets dragged by mouse butn 1
   357 ;; Scroll Bar gets dragged by mouse butn 1
   358 (global-set-key [vertical-scroll-bar down-mouse-1] 'scroll-bar-drag)
   358 (global-set-key [vertical-scroll-bar down-mouse-1] 'scroll-bar-drag)
   359 ;; Paste at point NOT at cursor
   359 ;; Paste at point NOT at cursor
   360 (setq mouse-yank-at-point t)
   360 (setq mouse-yank-at-point t)
   361 (mouse-wheel-mode 1)
   361 (when window-system
       
   362   (mouse-wheel-mode 1)
       
   363   )
   362 
   364 
   363 ;; ----------------------------------------------------------------------
   365 ;; ----------------------------------------------------------------------
   364 ;; key binding, short-keys.
   366 ;; key binding, short-keys.
   365 
   367 
   366 (global-set-key [home]    'beginning-of-line)
   368 (global-set-key [home]    'beginning-of-line)