diff options
author | Max Christian Pohle | 2017-04-20 08:08:15 +0200 |
---|---|---|
committer | Max Christian Pohle | 2017-04-24 21:09:32 +0200 |
commit | 7e0276010dd9134076b51bbc33b1692eb00a0c88 (patch) | |
tree | a3717ea7727f73a75c8e663bfff0ea9a4e52d831 /gschemrc | |
parent | c3e50b1e1b2394504d1d34cdbbfe9ba507dc5666 (diff) | |
download | binwatch-mini-7e0276010dd9134076b51bbc33b1692eb00a0c88.tar.bz2 binwatch-mini-7e0276010dd9134076b51bbc33b1692eb00a0c88.zip |
First OSHW result
Diffstat (limited to 'gschemrc')
-rw-r--r-- | gschemrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gschemrc b/gschemrc new file mode 100644 index 0000000..fcf437d --- /dev/null +++ b/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 | ||