.emacs-my
changeset 1268 9fecb7abda89
parent 1265 964397fd5d99
child 1269 ffa96b1c6f9f
equal deleted inserted replaced
1267:5a6527540e19 1268:9fecb7abda89
   704   (set-face-attribute 'region nil :background "light blue"))
   704   (set-face-attribute 'region nil :background "light blue"))
   705 
   705 
   706 (when (eq window-system 'x)
   706 (when (eq window-system 'x)
   707   (setq x-select-enable-clipboard t)    ; for Emacs 21.2.1 and newer
   707   (setq x-select-enable-clipboard t)    ; for Emacs 21.2.1 and newer
   708   )
   708   )
       
   709 
       
   710 (when (fboundp 'er/expand-region)
       
   711   (global-set-key (kbd "C-=") 'er/expand-region))
   709 
   712 
   710 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   713 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   711 (message "highlighting current line")
   714 (message "highlighting current line")
   712 
   715 
   713 (when window-system
   716 (when window-system