el-get/recipes/auto-indent-mode.rcp

8 lines
377 B
Plaintext
Raw Permalink Normal View History

(: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)))