summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-10-01 21:37:56 +0100
committerBlake Romero <blake@blkrom.com>2025-10-01 21:37:56 +0100
commitb098384fb720398f58cdc80895235af23171ffee (patch)
treedaad93c8263f892c6ecb974e42983f497ac39388 /emacs-config.org
parentc4f675b620880c16135fd4340cd3dc47b20a78e3 (diff)
Add expand-region package
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org7
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