el-get/recipes/auto-indent-mode.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

8 lines
377 B
Plaintext

(:name auto-indent-mode
:description "Automatically Indent when pressing return, pasting, and other customizable features."
:type github
:pkgname "mlf176f2/auto-indent-mode.el"
:prepare (progn
(autoload 'auto-indent-delete-char "auto-indent-mode" "" t)
(autoload 'auto-indent-kill-line "auto-indent-mode" "" t)))