From fd1579ed6b7b42568e3173e196bfc2f5ee42a660 Mon Sep 17 00:00:00 2001 From: David Florness Date: Mon, 13 Nov 2017 23:19:36 -0700 Subject: [PATCH] Use org-plus-contrib instead of org --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 19b18a2..b80d121 100644 --- a/init.el +++ b/init.el @@ -134,7 +134,7 @@ ;;; Org mode for keeping notes, todo lists, planning, and fast ;;; documenting -(use-package org +(use-package org-plus-contrib :ensure t :config (setq org-default-notes-file "~/notes.org")) -- 2.38.4