Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
13329b80
Commit
13329b80
authored
Jan 14, 2020
by
Konrad Hinsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Petite correction
parent
11c1f016
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
0 deletions
+2
-0
init.el
module2/ressources/rr_org/init.el
+1
-0
init.org
module2/ressources/rr_org/init.org
+1
-0
rr_org_archive.tgz
module2/ressources/rr_org_archive.tgz
+0
-0
No files found.
module2/ressources/rr_org/init.el
View file @
13329b80
...
@@ -60,6 +60,7 @@
...
@@ -60,6 +60,7 @@
(
setq
package-archive-priorities
'
((
"gnu"
.
100
)
(
setq
package-archive-priorities
'
((
"gnu"
.
100
)
(
"melpa-stable"
.
10
)))
(
"melpa-stable"
.
10
)))
(
require
'cl
)
(
let*
((
required-packages
(
let*
((
required-packages
'
(
ess
'
(
ess
auctex
auctex
...
...
module2/ressources/rr_org/init.org
View file @
13329b80
...
@@ -85,6 +85,7 @@ document, simply =M-x org-babel-tangle=.
...
@@ -85,6 +85,7 @@ document, simply =M-x org-babel-tangle=.
#+END_SRC
#+END_SRC
* Install packages
* Install packages
#+begin_src emacs-lisp :tangle init.el
#+begin_src emacs-lisp :tangle init.el
(require 'cl)
(let* ((required-packages
(let* ((required-packages
'(ess
'(ess
auctex
auctex
...
...
module2/ressources/rr_org_archive.tgz
View file @
13329b80
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment