]> git.eshelyaron.com Git - emacs.git/commit
Various life.el improvements
authorStefan Kangas <stefankangas@gmail.com>
Sun, 30 Aug 2020 16:21:11 +0000 (18:21 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 30 Aug 2020 19:09:07 +0000 (21:09 +0200)
commitbe2ef629eea4bd4a7b16f6db91aab155db3489c7
treef1ada93b10fffc043edc5f5d7d792290ef5bb61d
parent87b4368862c621259e5c45dd65420fa93c7d037a
Various life.el improvements

* lisp/play/life.el (life): New defgroup.
(life-step-time): New defcustom (lower default from 1 to 0.5).
(life): Use above new variable.  Make prefix arguments set step time
in tenths of a second instead of whole seconds.
(life-expand-plane-if-needed): Rename argument to step-time.

(life-setup): Fix running `M-x life' with existing buffer.

(life-patterns): Add three more classic patterns.
lisp/play/life.el