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 6dd174a..d195f5e 100644
--- a/init.el
+++ b/init.el
@@ -983,8 +983,8 @@
983 :config 983 :config
984 (setq org-agenda-start-with-log-mode t 984 (setq org-agenda-start-with-log-mode t
985 org-agenda-files '("~/kb/agenda.org" 985 org-agenda-files '("~/kb/agenda.org"
986 "~/kb/agenda.archive.org" 986 "~/kb/inbox.org"
987 "~/kb/inbox.org") 987 "~/kb/log.org")
988 org-todo-keywords 988 org-todo-keywords
989 '((sequence "TODO(t)" "IN-PROGRESS(i)" "WAITING(w)" "HOLD(h)" 989 '((sequence "TODO(t)" "IN-PROGRESS(i)" "WAITING(w)" "HOLD(h)"
990 "REVIEW(re)" "|" "DONE(d)" "CANCELED(ca)") 990 "REVIEW(re)" "|" "DONE(d)" "CANCELED(ca)")