Variable: todo-category-completions-files

todo-category-completions-files is a customizable variable defined in todo-mode.el.gz.

Value

nil

Documentation

List of files for building todo-read-category completions.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-category-completions-files nil
  "List of files for building `todo-read-category' completions."
  :type `(set ,@(todo--files-type-list))
  :group 'todo)