el-get/recipes/ess.rcp
Víctor López Juan 76a5bb4dcc ess.rcp: fix load-path
The `ess` package has changed the location of the `.el` files to the `lisp` folder.
2018-11-06 21:59:34 +01:00

15 lines
624 B
Plaintext

(:name ess
:description "Emacs Speaks Statistics: statistical programming within Emacs"
:type github
:pkgname "emacs-ess/ESS"
:website "http://ess.r-project.org/"
:info "doc/info/"
:build `(("make" "clean" "all" ,(concat "EMACS=" (shell-quote-argument
el-get-emacs))))
:load-path ("./lisp")
:load "lisp/ess-autoloads.el"
:prepare (progn
(autoload 'R-mode "ess-site" nil t)
(autoload 'Rd-mode "ess-site" nil t)
(autoload 'Rnw-mode "ess-site" nil t)))