]> git.donarmstrong.com Git - lib.git/commitdiff
require remote eval and provide it
authorDon Armstrong <don@donarmstrong.com>
Fri, 15 Jan 2016 16:19:04 +0000 (08:19 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 15 Jan 2016 16:19:04 +0000 (08:19 -0800)
emacs_el/configuration/ess_configuration.el
emacs_el/configuration/ess_remote_eval.el

index c8d2f02f81ad1fbcf84340b87ff0166b94f5a9ba..d42fbc81dc18893c9965b1bbdde75a6cb7ae9062 100644 (file)
@@ -11,6 +11,7 @@
 ;              ess-noweb-default-code-mode
 ;              ess-noweb-last-chunk-index)))
 (require 'ess-site)
+(require 'ess_remote_eval)
 
 (defun ess-change-directory (path)
   "Set the current working directory to PATH for both *R* and Emacs."
index 838c15fd706084cd0641e1157f5fddfd79b3de42..7ce80c932a12f3f356fc37c8ab4d9afa9c7e9033 100644 (file)
@@ -4,3 +4,5 @@
   (shell-command-on-region start end "eval_r" (get-buffer-create "***essregionremoteeval***"))
   (kill-buffer "***essregionremoteeval***")
 )
+
+(provide 'ess_remote_eval)