diff -r ebbd2c480f1d -r ffa96b1c6f9f .emacs-my --- a/.emacs-my Wed Mar 11 23:57:02 2015 +0200 +++ b/.emacs-my Fri Mar 13 19:26:20 2015 +0200 @@ -1,6 +1,6 @@ ;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78 -*- ;; -;; Written by Oleksandr Gavenko , 2008-2010. +;; Written by Oleksandr Gavenko , 2008-2015. ;; ;; This file formed from parts and ideas from many sites/docs and ;; placed in public domain. @@ -754,6 +754,9 @@ (setq x-select-enable-clipboard t) ; for Emacs 21.2.1 and newer ) +(when (fboundp 'er/expand-region) + (global-set-key (kbd "C-=") 'er/expand-region)) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "highlighting current line")