aboutsummaryrefslogtreecommitdiff
path: root/gEDA/gschemrc
blob: fcf437d94087d9222bbe033c409242cc97339176 (plain)
1
2
3
(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
..