Variable: landmark-one-moment-please

landmark-one-moment-please is a customizable variable defined in landmark.el.gz.

Value

nil

Documentation

If non-nil, print "One moment please" when a new board is generated.

The drawback of this is you don't see how many moves the last run took because it is overwritten by "One moment please".

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defcustom landmark-one-moment-please nil
  "If non-nil, print \"One moment please\" when a new board is generated.
The drawback of this is you don't see how many moves the last run took
because it is overwritten by \"One moment please\"."
  :type 'boolean)