Variable: todo-show-current-file

todo-show-current-file is a customizable variable defined in todo-mode.el.gz.

Value

t

Documentation

Non-nil to make todo-show visit the current todo file.

Otherwise, todo-show always visits todo-default-todo-file.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-show-current-file t
  "Non-nil to make `todo-show' visit the current todo file.
Otherwise, `todo-show' always visits `todo-default-todo-file'."
  :type 'boolean
  :initialize 'custom-initialize-default
  :set 'todo-set-show-current-file
  :group 'todo)