Commit 2177e1a4 authored by Konrad Hinsen's avatar Konrad Hinsen
parent 8bfe6aeb
......@@ -50,6 +50,9 @@
;; (setenv "JVM_OPTS" (concat "-Dhttp.proxyHost=" proxy-name
;; " -Dhttp.proxyPort=" proxy-port)))
(add-to-list 'package-archives
'("melpa-stable" . "http://stable.melpa.org/packages/"))
(require 'org)
(require 'ess-site)
......
......@@ -74,6 +74,12 @@ document, simply =M-x org-babel-tangle=.
;; " -Dhttp.proxyPort=" proxy-port)))
#+end_src
* Package sources
** Use melpa-stable
#+BEGIN_SRC emacs-lisp :tangle init.el
(add-to-list 'package-archives
'("melpa-stable" . "http://stable.melpa.org/packages/"))
#+END_SRC
* Loading files:
** Loading babel: :ARNAUD:
#+begin_src emacs-lisp :tangle init.el
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment