mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2024-12-31 23:31:20 +00:00
8 lines
322 B
Plaintext
8 lines
322 B
Plaintext
(component-library "./symbols")
|
|
|
|
(load (string-append geda-data-path "/scheme/auto-uref.scm")) ; load the autonumbering script
|
|
(add-hook! add-component-hook auto-uref) ; autonumber when adding a component
|
|
(add-hook! copy-component-hook auto-uref) ; autonumber when copying a component
|
|
|
|
(output-color "enabled")
|