aboutsummaryrefslogtreecommitdiff
path: root/gschemrc
diff options
context:
space:
mode:
authorMax Christian Pohle2017-06-05 16:22:16 +0200
committerMax Christian Pohle2017-06-05 16:22:16 +0200
commit3415aebf4f28070bce5ed74414ab1c8780e4f4d7 (patch)
tree546bb1d3dd332dd268156baff61102d255e6dd58 /gschemrc
parent1aa8af534300742b9e6adddd0d8c7cd28bd8c13a (diff)
downloadbinwatch-mini-3415aebf4f28070bce5ed74414ab1c8780e4f4d7.tar.bz2
binwatch-mini-3415aebf4f28070bce5ed74414ab1c8780e4f4d7.zip
Restructured directory to get everything together
Diffstat (limited to 'gschemrc')
-rw-r--r--gschemrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gschemrc b/gschemrc
deleted file mode 100644
index fcf437d..0000000
--- a/gschemrc
+++ /dev/null
@@ -1,3 +0,0 @@
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
..