Function: todo-modes-set-3
todo-modes-set-3 is a byte-compiled function defined in
todo-mode.el.gz.
Signature
(todo-modes-set-3)
Documentation
Make some settings that apply to multiple Todo modes.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defun todo-modes-set-3 ()
"Make some settings that apply to multiple Todo modes."
(setq-local todo-categories (todo-set-categories))
(setq-local todo-category-number 1)
;; (add-hook 'find-file-hook #'todo-display-as-todo-file nil t)
)