From 30c5cfd4307f594f29e145697a3cfaae546f2845 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 21 Jun 2019 12:20:08 -0700 Subject: [emacs] add elpa repo for org. --- emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs.d') diff --git a/emacs.d/init.el b/emacs.d/init.el index 44b4a47..7bab186 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -1,7 +1,8 @@ ;; Initialize the package system first of all. (require 'package) -(setq package-archives '(("melpa" . "https://melpa.org/packages/"))) +(setq package-archives '(("melpa" . "https://melpa.org/packages/") + ("org" . "https://orgmode.org/elpa/"))) ;; and now we load custom configurations (add-to-list 'load-path (expand-file-name "custom" user-emacs-directory)) -- cgit 1.4.1