
; 
; Init file for geda
;

;  ;'s are comments
;  keywords are case sensitive (guile feature)
;  mode strings are case sensitive
;  colors are not case sensitive 
;  

; version string
;
; Specifies the version of this file.  This number is used to make sure 
; that the rc file is compatible with the version of geda that is 
; being run. The end user should *not* change this value.
;
(version "19990327")

; projects-filename string
; Specifies where the projects filename lives
; You should have read access to this file 
; All environment variables must be in the form ${variable_name}
;
(projects-filename "${HOME}/.gEDA/geda.projects")

