el-get/recipes/applescript-mode.rcp
Sébastien Gross 75f3ca301f Move autoload to :prepare.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-08-27 01:18:03 +02:00

8 lines
271 B
Plaintext

(:name applescript-mode
:type github
:description "Emacs mode for editing AppleScript."
:pkgname "ieure/applescript-mode"
:prepare
(autoload 'applescript-mode "applescript-mode"
"Major mode for editing AppleScript source." t))