(life-patterns): Add a few more interesting patterns.

(life-setup): Force `show-trailing-whitespace' to nil.
This commit is contained in:
Juanma Barranquero 2006-09-15 01:26:41 +00:00
parent 18d55b246b
commit 5883afc5c4

View file

@ -56,7 +56,28 @@
" @@ " " @@ " " @@ "
" @@")
("@@@@@@@@@" "@ @ @" "@ @@@@@ @" "@ @ @ @" "@@@ @@@"
"@ @ @ @" "@ @@@@@ @" "@ @ @" "@@@@@@@@@")]
"@ @ @ @" "@ @@@@@ @" "@ @ @" "@@@@@@@@@")
(" @ "
" @ @ "
" @@ @@ @@"
" @ @ @@ @@"
"@@ @ @ @@ "
"@@ @ @ @@ @ @ "
" @ @ @ "
" @ @ "
" @@ ")
(" @ "
" @ @@"
" @ @ "
" @ "
" @ "
"@ @ ")
("@@@ @"
"@ "
" @@"
" @@ @"
"@ @ @")
("@@@@@@@@ @@@@@ @@@ @@@@@@@ @@@@@")]
"Vector of rectangles containing some Life startup patterns.")
;; Macros are used macros for manifest constants instead of variables
@ -128,6 +149,7 @@ generations (this defaults to 1)."
mode-name "Life"
major-mode 'life-mode
truncate-lines t
show-trailing-whitespace nil
life-current-generation 0
life-generation-string "0"
mode-line-buffer-identification '("Life: generation "