Variable: todo-initial-file
todo-initial-file is a customizable variable defined in
todo-mode.el.gz.
Value
"Todo"
Documentation
Default file name offered on adding first todo file.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-initial-file "Todo"
"Default file name offered on adding first todo file."
:type 'string
:group 'todo)