Variable: landmark-square-width
landmark-square-width is a variable defined in landmark.el.gz.
Value
2
Documentation
Horizontal spacing between squares on the Landmark board.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
;;;_ + DISPLAYING THE BOARD.
;; You may change these values if you have a small screen or if the squares
;; look rectangular, but spacings SHOULD be at least 2 (MUST BE at least 1).
(defconst landmark-square-width 2
"Horizontal spacing between squares on the Landmark board.")