Add expand-region
This commit is contained in:
parent
6579a7f94a
commit
4a7583e32b
1 changed files with 4 additions and 0 deletions
4
init.el
4
init.el
|
@ -245,6 +245,10 @@
|
||||||
(setq tab-always-indent 'complete)
|
(setq tab-always-indent 'complete)
|
||||||
(global-corfu-mode))
|
(global-corfu-mode))
|
||||||
|
|
||||||
|
(use-package expand-region
|
||||||
|
:straight t
|
||||||
|
:bind ("C-=" . er/expand-region))
|
||||||
|
|
||||||
(use-package deadgrep
|
(use-package deadgrep
|
||||||
:straight t
|
:straight t
|
||||||
:bind (("<f5>" . deadgrep)))
|
:bind (("<f5>" . deadgrep)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue