Add expand-region package and binding
This commit is contained in:
parent
9dfdd73e57
commit
2568a19c76
@ -91,6 +91,8 @@
|
||||
;config is in separate file because it is really big
|
||||
(load-file "~/.emacs.d/init-hydra.el"))
|
||||
(use-package multiple-cursors :quelpa)
|
||||
(use-package expand-region :quelpa
|
||||
:bind ("C-=" . er/expand-region))
|
||||
(use-package company-quickhelp :quelpa
|
||||
:config
|
||||
(company-quickhelp-mode 1)
|
||||
|
Loading…
Reference in New Issue
Block a user