Brian Silverman | 2f23eae | 2017-12-09 22:02:18 -0500 | [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 |