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)
|
||||
(global-corfu-mode))
|
||||
|
||||
(use-package expand-region
|
||||
:straight t
|
||||
:bind ("C-=" . er/expand-region))
|
||||
|
||||
(use-package deadgrep
|
||||
:straight t
|
||||
:bind (("<f5>" . deadgrep)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue