diff options
Diffstat (limited to 'chess-ascii.el')
| -rw-r--r-- | chess-ascii.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chess-ascii.el b/chess-ascii.el index 48a9c7e..63a3d0e 100644 --- a/chess-ascii.el +++ b/chess-ascii.el @@ -80,6 +80,10 @@ PERSPECTIVE is t for white or nil for black." ;; Plain display +(defgroup chess-plain nil + "A minimal, customizable ASCII display." + :group 'chess-ascii) + (defcustom chess-plain-draw-border nil "*Non-nil if a border should be drawn (using `chess-plain-border-chars')." :group 'chess-plain |
