diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-22 05:32:03 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-22 05:32:03 +0000 |
commit | 4bc21fdb90245e40d00e12a0ba556a84fa571a95 (patch) | |
tree | bdccfca78bc8dc28a522a696608642d63dc67624 | |
parent | ba2150c80ea1a8fc7353ab1b828d39b8186b9dd6 (diff) |
cleaning up old org files
-rw-r--r-- | init.el | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -732,7 +732,6 @@ If failed try to complete the common part with `company-complete-common'" (setq org-deadline-warning-days 4) (setq org-clock-persist 'history) (org-clock-persistence-insinuate) - (setq org-default-notes-file (concat org-directory "/notes.org")) (setq org-M-RET-may-split-line '(default . nil)) (setq org-enforce-todo-dependencies t) (setq org-log-done 'time) @@ -750,10 +749,8 @@ If failed try to complete the common part with `company-complete-common'" (setq org-agenda-span 'day) (setq org-agenda-start-day "today") (setq org-agenda-files (quote ("~/org/home.org" - "~/org/projects.org" "~/org/refile.org" "~/org/mod.org" - "~/org/notes.org" "~/org/habits.org"))) (setq org-agenda-window-setup 'other-window) (setq org-agenda-start-with-log-mode t) |