diff options
| -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 |
