summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2022-03-29 03:19:46 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2022-03-29 03:19:46 (GMT)
commit3619991f89bfff1ccde9cea5bd6fc50f5e05e169 (patch)
tree441d497ce01c1b3bee299a335a66e59e66ac4a50 /init.el
parent3b46da0c7006c2215aeca641bbfa1d818c955892 (diff)
downloaddotemacs-3619991f89bfff1ccde9cea5bd6fc50f5e05e169.zip
dotemacs-3619991f89bfff1ccde9cea5bd6fc50f5e05e169.tar.gz
dotemacs-3619991f89bfff1ccde9cea5bd6fc50f5e05e169.tar.bz2
orgmode elpa moved and split into two packages
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 b92c04f..4909704 100644
--- a/init.el
+++ b/init.el
@@ -45,7 +45,7 @@
;; Initialize package handling: currently using only the official repository and MELPA
(setq package-archives
'(("gnu" . "http://elpa.gnu.org/packages/")
- ("org" . "http://orgmode.org/elpa/")
+ ("nongnu" . "https://elpa.nongnu.org/nongnu/")
("melpa" . "http://melpa.org/packages/")))
(add-to-list 'load-path (ravi/emacs-file "lisp/"))
(add-to-list 'load-path (ravi/emacs-file "site-lisp/"))