Add expand region.

This commit is contained in:
Ivan Malison 2014-11-14 07:04:55 -08:00
parent a187a01c4a
commit 029a1c5b0b

View File

@ -187,6 +187,11 @@ Return a list of installed packages or nil for every package not installed."
:init :init
(add-hook 'prog-mode-hook (lambda () (auto-complete-mode t)))) (add-hook 'prog-mode-hook (lambda () (auto-complete-mode t))))
(use-package expand-region
:ensure t
:commands er/expand-region
:bind (("C-@" . er/expand-region)))
;; ============================================================================= ;; =============================================================================
;; Programming Mode Hooks ;; Programming Mode Hooks
;; ============================================================================= ;; =============================================================================