~edwargix/emacs.d

ce999d061b8582e04f946eac5b2603d0580a74b6 — David Florness 7 years ago 54b9496
Only load ~/org/setup.el if it exists
1 files changed, 2 insertions(+), 1 deletions(-)

M init.el
M init.el => init.el +2 -1
@@ 110,7 110,8 @@
(use-package org
  :init
  (progn
    (load-file "~/org/setup.el")
    (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 "~/notes.org"