el-get/recipes/windsize.rcp
Yuriy Pitomets 5e37e920a0 Add :prepare blocks for some recipes
Add autoloads and/or foo-mode-on functions
 in :prepare block for:

- recipes/ace-jump-mode.rcp
- recipes/auto-indent-mode.rcp
- recipes/pp-c-l.rcp
- recipes/window-number.rcp
- recipes/windsize.rcp
2014-11-22 11:49:47 -05:00

10 lines
396 B
Plaintext

(:name windsize
:description "Simple, intuitive window resizing"
:type github
:pkgname "grammati/windsize"
:prepare (progn
(autoload 'windsize-up "windsize" nil t)
(autoload 'windsize-down "windsize" nil t)
(autoload 'windsize-left "windsize" nil t)
(autoload 'windsize-right "windsize" nil t)))