Brian Silverman | 4168a7e | 2018-01-14 17:12:43 -0800 | [diff] [blame^] | 1 | (load (string-append geda-data-path "/scheme/auto-uref.scm")) ; load the autonumbering script |
2 | (add-hook! add-component-hook auto-uref) ; autonumber when adding a component | ||||
3 | (add-hook! copy-component-hook auto-uref) ; autonumber when copying a component |