Add expand-region package

This commit is contained in:
2013-10-29 08:54:55 +00:00
parent bc10d6be2d
commit 5703363e14
2 changed files with 6 additions and 0 deletions

View File

@@ -31,6 +31,11 @@
;; Duplicate line (via helpers.el)
(global-set-key (kbd "C-x C-d") 'duplicate-current-line-or-region)
;; Expand region
(when (require 'expand-region nil 'noerror)
(global-set-key (kbd "M-.") 'er/expand-region)
(global-set-key (kbd "M-,") 'er/contract-region))
;; Window switching (via helpers.el).
(global-set-key (kbd "C-x i") 'other-window-reverse)
(global-set-key (kbd "C-x C-o") 'other-window)

View File

@@ -36,6 +36,7 @@
dash-at-point
dired+
ecb
expand-region
feature-mode
fill-column-indicator
flymake-coffee