diff options
| author | Blake Romero <blake@blkrom.com> | 2025-10-01 21:37:56 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-10-01 21:37:56 +0100 |
| commit | b098384fb720398f58cdc80895235af23171ffee (patch) | |
| tree | daad93c8263f892c6ecb974e42983f497ac39388 | |
| parent | c4f675b620880c16135fd4340cd3dc47b20a78e3 (diff) | |
Add expand-region package
| -rw-r--r-- | emacs-config.org | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
