(life-patterns): Add a few more interesting patterns.
(life-setup): Force `show-trailing-whitespace' to nil.
This commit is contained in:
parent
18d55b246b
commit
5883afc5c4
1 changed files with 23 additions and 1 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Reference in a new issue