Variable: strokes-use-strokes-buffer

strokes-use-strokes-buffer is a customizable variable defined in strokes.el.gz.

Value

t

Documentation

If non-nil, the strokes buffer is used and strokes are displayed.

If nil, strokes will be read the same, however the user will not be able to see the strokes. This be helpful for people who don't like the delay in switching to the strokes buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/strokes.el.gz
(defcustom strokes-use-strokes-buffer t
  "If non-nil, the strokes buffer is used and strokes are displayed.
If nil, strokes will be read the same, however the user will not be
able to see the strokes.  This be helpful for people who don't like
the delay in switching to the strokes buffer."
  :type 'boolean)