; -*- scheme -*-
(log-window "later")
(sort-component-library "enabled")
(window-size 1024 768)	
(output-color "disabled")
(load (build-path geda-rc-path "gschem-colormap-lightbg"))

; Comment in this scheme code if you want automatic numbering when
; placing new component and copying components
;
; (load-from-path "auto-uref.scm")
; (add-hook! add-component-hook auto-uref)
; (add-hook! copy-component-hook auto-uref)
