Initial import of gattrib 20040806
[geda-gaf/whiteaudio.git] / gattrib / lib / system-gattribrc.in
blobe384b4ba5f81541bee405be668a7b786ca256188
2
3 ; Init file for gattrib
6 ;  ;'s are comments
7 ;  keywords are case sensitive (guile feature)
8 ;  mode strings are case sensitive
9 ;  colors are not case sensitive 
10 ;  
12 ; gattrib-version string
14 ; Specifies the version of this file.  This number is used to make sure 
15 ; that the rc file is compatible with the version of gschem that is 
16 ; being run. The end user should *not* change this value.
18 (gattrib-version "@VERSION@")
20 ; Load up commonrc
22 ; Contains all paths needed for gattrib
23 (define gedadata (getenv "GEDADATA"))
24 (define gedadatarc (getenv "GEDADATARC"))
25 (load (string-append gedadatarc "@PATHSEP@system-commonrc"))