el-get/recipes/smart-forward.rcp

12 lines
526 B
Plaintext
Raw Normal View History

2013-05-25 16:38:54 +08:00
(:name smart-forward
:type github
:pkgname "magnars/smart-forward.el"
2014-04-24 17:34:29 +08:00
:description "Semantic navigation based on expand-region."
2013-05-25 16:38:54 +08:00
:website "https://github.com/magnars/smart-forward.el"
2014-04-24 17:34:29 +08:00
: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)))