summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-22 05:32:03 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-22 05:32:03 +0000
commit4bc21fdb90245e40d00e12a0ba556a84fa571a95 (patch)
treebdccfca78bc8dc28a522a696608642d63dc67624
parentba2150c80ea1a8fc7353ab1b828d39b8186b9dd6 (diff)
cleaning up old org files
-rw-r--r--init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.el b/init.el
index ee178da..b9d662f 100644
--- a/init.el
+++ b/init.el
@@ -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)