mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add expand-region package
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
dash-at-point
|
||||
dired+
|
||||
ecb
|
||||
expand-region
|
||||
feature-mode
|
||||
fill-column-indicator
|
||||
flymake-coffee
|
||||
|
||||
Reference in New Issue
Block a user