@ -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
: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