Browse Source

added R

master
Marc Pohling 4 years ago
parent
commit
d1a33f1c2c
1 changed files with 9 additions and 0 deletions
  1. 9
      init.org

9
init.org

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

Loading…
Cancel
Save