12 lines
185 B
Plaintext
12 lines
185 B
Plaintext
|
;; -*- mode: lisp -*-
|
||
|
|
||
|
;; nothing specified --> chose the default models
|
||
|
(herring
|
||
|
(gold "OLD_GOLD")
|
||
|
(silver "OLD_SILVER")
|
||
|
(green "OLD_GREEN")
|
||
|
(red "OLD_RED")
|
||
|
)
|
||
|
|
||
|
;; EOF ;;
|