summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
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))