~edwargix/emacs.d

fd1579ed6b7b42568e3173e196bfc2f5ee42a660 — David Florness 7 years ago 96a8da7
Use org-plus-contrib instead of org
1 files changed, 1 insertions(+), 1 deletions(-)

M init.el
M init.el => init.el +1 -1
@@ 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"))