SCSI2SD/hardware/gafrc

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")