elpasync pushed a change to branch externals/expand-region. from 8493232800 Update code for lexical-binding, cl-lib, and advice-add adds 40049c1243 Replace deprecated 'cl package by 'cl-lib adds ea6b4cbb99 Make usage message optional adds 4b8322774d Add installation instruction for use-package adds 4168da1b9d feat: add `yaml-mode` expansions adds 8f1e82537d refact: replace `if` with `unless` or `when` for more idiomatic code adds 2690fd4602 fix: misplaced parenthesis adds 6ed37a7c58 feat: add `er/mark-yaml-outer-block` & `er/mark-yaml-inner-block` adds 09b44427b2 Add badges to README. adds 519e92eabc Merge pull request #265 from jcs-PR/badge adds 4419d5d52e Revert "feat: add `er/mark-yaml-outer-block` & `er/mark-yaml-inner-block`" adds 1c291daf14 Revert "fix: misplaced parenthesis" adds dc161a3395 Revert "refact: replace `if` with `unless` or `when` for more idiomatic code" adds 09ebc2df5c Revert "feat: add `yaml-mode` expansions" adds 51e0740e1f Revert "Revert "feat: add `yaml-mode` expansions"" adds 382519de0c Revert "Revert "refact: replace `if` with `unless` or `when` for more idiomatic code"" adds 0481966ae4 Revert "Revert "fix: misplaced parenthesis"" adds 530a593f5e Revert "Revert "feat: add `er/mark-yaml-outer-block` & `er/mark-yaml-inner-block`"" adds 95a773bd8f Cleaner build adds b537db93a7 Add GNU ELPA badge adds 7e5bbe2763 Add GPLv3 license file (#272) adds c5c4362741 Fix wrong type argument on Emacs 28.1 adds b70feaa644 Add autoload to contract-region adds d919353455 Merge remote-tracking branch 'upstream/expand-region/main' into externals/expand-region
No new revisions were added by this update. Summary of changes: COPYING | 674 +++++++++++++++++++++++ README.md | 13 +- expand-region-core.el | 5 +- expand-region-custom.el | 5 + expand-region.el | 3 +- features/step-definitions/expand-region-steps.el | 12 +- the-org-mode-expansions.el | 1 + 7 files changed, 703 insertions(+), 10 deletions(-) create mode 100644 COPYING