summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2014-02-14 17:59:10 (GMT)
committerRavikiran Rajagopal <aine.marina@gmail.com>2014-02-14 17:59:10 (GMT)
commitfe129ed1af81dd84782045761b45aa6831f2362e (patch)
tree7b5da4a6e6d28f3c0975033a2b5112d36e35574e /init.el
parent556b46ae408d2e1991ab3a2d95b7a263c033fff2 (diff)
downloaddotemacs-fe129ed1af81dd84782045761b45aa6831f2362e.zip
dotemacs-fe129ed1af81dd84782045761b45aa6831f2362e.tar.gz
dotemacs-fe129ed1af81dd84782045761b45aa6831f2362e.tar.bz2
Org mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 7ce9036..e4f7e88 100644
--- a/init.el
+++ b/init.el
@@ -27,7 +27,7 @@
(setq package-archives
'(("gnu" . "http://elpa.gnu.org/packages/")
;("original" . "http://tromey.com/elpa/")
- ;("org" . "http://orgmode.org/elpa/")
+ ("org" . "http://orgmode.org/elpa/")
;("marmalade" . "http://marmalade-repo.org/packages/")
("melpa" . "http://melpa.milkbox.net/packages/")))
(add-to-list 'load-path ravi/init-dir)