From d1a33f1c2cfab79f0c76cf183ee7c6b8f2ec475b Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Mon, 2 Mar 2020 13:49:41 +0100 Subject: [PATCH] added R --- init.org | 9 +++++++++ 1 file changed, 9 insertions(+) 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