Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Reconfiguring to prompt for a message when an todo is marked done.
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter McGinnis committed Aug 8, 2009
1 parent 5112d28 commit 397c721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-mode-stuff.el
Expand Up @@ -18,6 +18,6 @@

;; add timestamps to state changes for TODOs
(setq org-todo-keywords
'((sequence "TODO(t!)" "WAIT(w@/!)" "|" "DONE(d@!)" "CANCELED(c@)")))
'((sequence "TODO(t!)" "WAIT(w@/!)" "|" "DONE(d@/!)" "CANCELED(c@)")))

(provide 'org-mode-stuff)

0 comments on commit 397c721

Please sign in to comment.