Variable: newsticker-use-full-width

newsticker-use-full-width is a customizable variable defined in newst-reader.el.gz.

Value

t

Documentation

Decides whether to use the full window width when filling.

If non-nil newsticker sets fill-column so that the whole window is used when filling. See also newsticker-justification.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-reader.el.gz
(defcustom newsticker-use-full-width
  t
  "Decides whether to use the full window width when filling.
If non-nil newsticker sets `fill-column' so that the whole
window is used when filling.  See also `newsticker-justification'."
  :type 'boolean
  :set #'newsticker--set-customvar-formatting
  :group 'newsticker-reader)