el-get/recipes/expand-region.rcp

7 lines
381 B
Plaintext
Raw Normal View History

(:name expand-region
:type git
:url "https://github.com/magnars/expand-region.el.git"
:description "Expand region increases the selected region by semantic units. Just keep pressing the key until it selects what you want."
2012-02-29 23:32:14 +08:00
:website "https://github.com/magnars/expand-region.el#readme"
:prepare (autoload 'er/expand-region "expand-region" nil t))