Brian Silverman | c102622 | 2017-05-27 19:48:52 -0700 | [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 |