From b098384fb720398f58cdc80895235af23171ffee Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 1 Oct 2025 21:37:56 +0100 Subject: Add expand-region package --- emacs-config.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs-config.org') diff --git a/emacs-config.org b/emacs-config.org index abcb652..7b98a2d 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1776,3 +1776,10 @@ Completion kind text/icon prefix labelling for emacs in-region completion. :hook (dired-mode . diff-hl-dired-mode)) #+end_src +** Expand Region +https://codeberg.org/codeblake/emacs#headline-102 +Emacs extension to increase selected region by semantic units. + #+begin_src elisp + (use-package expand-region + :bind ("C-=" . er/expand-region)) + #+end_src -- cgit