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
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
9b01737421a268a54ae68902c9bdbf26
mooc-rr-ressources
Commits
17ba538f
Commit
17ba538f
authored
Nov 15, 2018
by
Konrad Hinsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add (package-initialize)
parent
2177e1a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 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
No files found.
module2/ressources/rr_org/init.el
View file @
17ba538f
...
...
@@ -50,6 +50,7 @@
;; (setenv "JVM_OPTS" (concat "-Dhttp.proxyHost=" proxy-name
;; " -Dhttp.proxyPort=" proxy-port)))
(
package-initialize
)
(
add-to-list
'package-archives
'
(
"melpa-stable"
.
"http://stable.melpa.org/packages/"
))
...
...
module2/ressources/rr_org/init.org
View file @
17ba538f
...
...
@@ -77,6 +77,7 @@ document, simply =M-x org-babel-tangle=.
* Package sources
** Use melpa-stable
#+BEGIN_SRC emacs-lisp :tangle init.el
(package-initialize)
(add-to-list 'package-archives
'("melpa-stable" . "http://stable.melpa.org/packages/"))
#+END_SRC
...
...
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