aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 6282d33..35857c4 100644
--- a/init.el
+++ b/init.el
@@ -1019,8 +1019,8 @@
1019 "~/kb/self.routine.org" 1019 "~/kb/self.routine.org"
1020 "~/kb/inbox.org" 1020 "~/kb/inbox.org"
1021 "~/kb/shop.org") 1021 "~/kb/shop.org")
1022 (file-expand-wildcards "~/kb/*.log.org*") 1022 (file-expand-wildcards "~/kb/*log.org*")
1023 (file-expand-wildcards "~/kb/*.agenda.org*")) 1023 (file-expand-wildcards "~/kb/*agenda.org*"))
1024 org-todo-keywords 1024 org-todo-keywords
1025 '((sequence "TODO(t)" "SOMEDAY(sd)" "SOON(sn)" "NEXT(n)" 1025 '((sequence "TODO(t)" "SOMEDAY(sd)" "SOON(sn)" "NEXT(n)"
1026 "IN-PROGRESS(i)" "WAITING(w)" "HOLD(h)" "REVIEW(re)" 1026 "IN-PROGRESS(i)" "WAITING(w)" "HOLD(h)" "REVIEW(re)"