~edwargix/emacs.d

fa4aa3b939a949a7a5d4f2065610f6049174f4ee — David Florness 6 years ago 233dc1c
Use :ensure in use-package to install the correct version of org
1 files changed, 1 insertions(+), 2 deletions(-)

M lisp/setup-org.el
M lisp/setup-org.el => lisp/setup-org.el +1 -2
@@ 10,12 10,11 @@
;;; Org mode for keeping notes, todo lists, planning, and fast
;;; documenting
(use-package org
  :ensure org-plus-contrib
  :init
  (progn
    (when (file-exists-p "~/org/setup.el")
      (load-file "~/org/setup.el"))
    (unless (package-installed-p 'org-plus-contrib)
      (package-install 'org-plus-contrib))
    (setq org-default-notes-file "~/org/notes.org"
          org-return-follows-link t
          org-read-date-force-compatible-dates nil)