gafrc 322 B

1234567
  1. (component-library "./symbols")
  2. (load (string-append geda-data-path "/scheme/auto-uref.scm")) ; load the autonumbering script
  3. (add-hook! add-component-hook auto-uref) ; autonumber when adding a component
  4. (add-hook! copy-component-hook auto-uref) ; autonumber when copying a component
  5. (output-color "enabled")