Variable: todo-show-first
todo-show-first is a customizable variable defined in todo-mode.el.gz.
Value
first
Documentation
What action to take on first use of todo-show on a file.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-show-first 'first
"What action to take on first use of `todo-show' on a file."
:type '(choice (const :tag "Show first category" first)
(const :tag "Show table of categories" table)
(const :tag "Show top priorities" top)
(const :tag "Show diary items" diary)
(const :tag "Show regexp items" regexp))
:group 'todo)