diff --git a/init.org b/init.org index 80cbeee..dabfebc 100644 --- a/init.org +++ b/init.org @@ -879,7 +879,8 @@ Default completion is C-j :ensure t :init (if *work_remote* - (setq exec-path (append exec-path '("P:/Eigene Dateien/Tools/R/bin/x64"))))) + (setq exec-path (append exec-path '("P:/Tools/R/bin/x64")) + org-babel-R-command "P:/Tools/R/bin/x64/R --slave --no-save"))) #+END_SRC ** Python