Skip to content

Commit

Permalink
adding the Org-mode ELPA repository
Browse files Browse the repository at this point in the history
  • Loading branch information
eschulte committed Sep 28, 2012
1 parent abeb7f9 commit 49a65dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions starter-kit.org
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,9 @@ interested in the actual code implementing the starter kit.
- ELPA archive repositories and two packages to install by default.
#+begin_src emacs-lisp
(setq package-archives
'(("original" . "http://tromey.com/elpa/")
("gnu" . "http://elpa.gnu.org/packages/")
'(("gnu" . "http://elpa.gnu.org/packages/")
("original" . "http://tromey.com/elpa/")
("org" . "http://orgmode.org/elpa/")
("marmalade" . "http://marmalade-repo.org/packages/")))
(package-initialize)

Expand Down

0 comments on commit 49a65dd

Please sign in to comment.