el-get/recipes/smart-forward.rcp
2014-04-24 11:35:52 +02:00

12 lines
526 B
Plaintext

(:name smart-forward
:type github
:pkgname "magnars/smart-forward.el"
:description "Semantic navigation based on expand-region."
:website "https://github.com/magnars/smart-forward.el"
:depends (expand-region)
:prepare (progn
(autoload 'smart-up "smart-forward" nil t)
(autoload 'smart-down "smart-forward" nil t)
(autoload 'smart-backward "smart-forward" nil t)
(autoload 'smart-forward "smart-forward" nil t)))