;;; Commentary: ;; `docket' is designed to manage TODO's in source files. ;; ;; A TODO is simply a comment that starts with "TODO", optionally ;; followed by a freely-chosen keyword (such as "BUG", "DELETE", or ;; "TEST") followed by one or more lines of commentary. ;; ;; These TODOs are syntax-highlighted. ;; ;; Additionally, the command `M-x docket' will pop up a buffer listing ;; all the TODOs in the file, sorted together by keyword; you can ;; navigate the TODOs with `next-error' as for `grep' or `occur'.