.emacs-my
changeset 1269 ffa96b1c6f9f
parent 1257 a17e5b709fa7
parent 1268 9fecb7abda89
child 1273 738244fdc669
equal deleted inserted replaced
1261:ebbd2c480f1d 1269:ffa96b1c6f9f
     1 ;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78 -*-
     1 ;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78 -*-
     2 ;;
     2 ;;
     3 ;; Written by Oleksandr Gavenko <gavenkoa@gmail.com>, 2008-2010.
     3 ;; Written by Oleksandr Gavenko <gavenkoa@gmail.com>, 2008-2015.
     4 ;;
     4 ;;
     5 ;; This file formed from parts and ideas from many sites/docs and
     5 ;; This file formed from parts and ideas from many sites/docs and
     6 ;; placed in public domain.
     6 ;; placed in public domain.
     7 ;;
     7 ;;
     8 ;; Config file for GNU Emacs.
     8 ;; Config file for GNU Emacs.
   751   (set-face-attribute 'region nil :background "light blue"))
   751   (set-face-attribute 'region nil :background "light blue"))
   752 
   752 
   753 (when (eq window-system 'x)
   753 (when (eq window-system 'x)
   754   (setq x-select-enable-clipboard t)    ; for Emacs 21.2.1 and newer
   754   (setq x-select-enable-clipboard t)    ; for Emacs 21.2.1 and newer
   755   )
   755   )
       
   756 
       
   757 (when (fboundp 'er/expand-region)
       
   758   (global-set-key (kbd "C-=") 'er/expand-region))
   756 
   759 
   757 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   760 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   758 (message "highlighting current line")
   761 (message "highlighting current line")
   759 
   762 
   760 (when window-system
   763 (when window-system