summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 4215c05..7568184 100644
--- a/init.el
+++ b/init.el
@@ -116,6 +116,7 @@
(setq org-log-done t
org-log-into-drawer t
org-clock-into-drawer t
+ org-clock-out-switch-to-state "WIP"
org-todo-keywords '((sequence "TODO(t)" "WIP(i)" "WAITING(w@)"
"|" "DONE(d)" "NA(n@)")))