Add expand-region

This commit is contained in:
Dimitri Lozeve 2022-11-18 14:54:42 +01:00
parent 6579a7f94a
commit 4a7583e32b

View file

@ -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)))