Variable: todo-highlight-item

todo-highlight-item is a customizable variable defined in todo-mode.el.gz.

Value

nil

Documentation

Non-nil means highlight items at point.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-highlight-item nil
  "Non-nil means highlight items at point."
  :type 'boolean
  :initialize #'custom-initialize-default
  :set #'todo-reset-highlight-item
  :group 'todo-display)