el-get/recipes/babel.el
2011-06-24 18:30:32 +02:00

16 lines
760 B
EmacsLisp

(:name babel
:website "https://github.com/juergenhoetzel/babel"
:description "An Emacs interface to different translation services available on the Internet."
:type git
:url "git://github.com/juergenhoetzel/babel.git"
:prepare
(lambda ()
(autoload 'babel "babel"
"Use a web translation service to translate the message MSG." t)
(autoload 'babel-region "babel"
"Use a web translation service to translate the current region." t)
(autoload 'babel-as-string "babel"
"Use a web translation service to translate MSG, returning a string." t)
(autoload 'babel-buffer "babel"
"Use a web translation service to translate the current buffer." t)))