diff --git a/init.org b/init.org index a63ef9a..80cbeee 100644 --- a/init.org +++ b/init.org @@ -873,6 +873,15 @@ Default completion is C-j :ensure t :mode ("\\.yml$" . yaml-mode)) #+end_src +** R +#+BEGIN_SRC emacs-lisp +(use-package ess + :ensure t + :init + (if *work_remote* + (setq exec-path (append exec-path '("P:/Eigene Dateien/Tools/R/bin/x64"))))) +#+END_SRC + ** Python :PROPERTIES: :ID: 8c76fcd1-c57c-48ab-8af0-aa782de6337f