|
@ -873,6 +873,15 @@ Default completion is C-j |
|
|
:ensure t |
|
|
:ensure t |
|
|
:mode ("\\.yml$" . yaml-mode)) |
|
|
:mode ("\\.yml$" . yaml-mode)) |
|
|
#+end_src |
|
|
#+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 |
|
|
** Python |
|
|
:PROPERTIES: |
|
|
:PROPERTIES: |
|
|
:ID: 8c76fcd1-c57c-48ab-8af0-aa782de6337f |
|
|
:ID: 8c76fcd1-c57c-48ab-8af0-aa782de6337f |
|
|