From 7a9f47cd77d31f76f8aa9bd2aa845c692ec3f125 Mon Sep 17 00:00:00 2001 From: Konrad Hinsen Date: Mon, 4 Mar 2019 11:28:10 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20des=20instructions=20pou?= =?UTF-8?q?r=20installer=20Emacs=20sous=20Linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ESS et AucTeX ne sont pas installés par apt-get, mais (comme sous macOS) par ELPA au premier démarrage d'emacs. --- module2/ressources/emacs_orgmode.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/module2/ressources/emacs_orgmode.org b/module2/ressources/emacs_orgmode.org index 7ecb19e..857287a 100644 --- a/module2/ressources/emacs_orgmode.org +++ b/module2/ressources/emacs_orgmode.org @@ -52,7 +52,7 @@ for upgrading... Simply run (as root): #+begin_src sh :results output :exports both -apt-get update ; apt-get install emacs25 org-mode ess r-base auctex +apt-get update ; apt-get install emacs25 org-mode #+end_src Then make sure you have a sufficiently recent version of emacs. @@ -73,7 +73,9 @@ emacs -batch --funcall "org-version" 2>&1 | grep version The version numbers you get will depend on the distribution you are running. _You really want to make sure you do not rely on org-mode 8_, -which is now deprecated. +which is now deprecated. + +The packages [[https://ess.r-project.org/][ESS]] (for working with the R language) and [[https://www.gnu.org/software/auctex/][AUCTeX]] (for editing LaTeX) will be installed automatically the first time you start Emacs if you use the configuration described under [[#a-simple-reproducible-research-emacs-configuration][A simple "reproducible research" emacs configuration]]. ** macOS *Note:* macOS comes with a prehistoric command-line-only version of Emacs located at =/usr/bin/emacs=. It's best to forget about it. -- 2.18.1