~edwargix/emacs.d

2883d9b65fa49ab7902127e7a16739d7474a456e — David Florness 7 years ago 9dea75e
Fix org setup script location
1 files changed, 1 insertions(+), 1 deletions(-)

M init.el
M init.el => init.el +1 -1
@@ 179,7 179,7 @@
(use-package org
  :init
  (progn
    (load-file "~/org/agenda/setup.el")
    (load-file "~/org/setup.el")
    (unless (package-installed-p 'org-plus-contrib)
      (package-install 'org-plus-contrib))
    (setq org-default-notes-file "~/notes.org"