forked from colonelpanic/dotfiles
Add expand region.
This commit is contained in:
parent
a187a01c4a
commit
029a1c5b0b
5
init.el
5
init.el
@ -187,6 +187,11 @@ Return a list of installed packages or nil for every package not installed."
|
||||
:init
|
||||
(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
|
||||
;; =============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user