diff options
Diffstat (limited to 'gEDA/gschemrc')
-rw-r--r-- | gEDA/gschemrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gEDA/gschemrc b/gEDA/gschemrc new file mode 100644 index 0000000..fcf437d --- /dev/null +++ b/gEDA/gschemrc | |||
@@ -0,0 +1,3 @@ | |||
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 | ||