loading config.auto from config.user

Dave Peticolas peticola@krondo.com
Wed, 12 Jul 2000 00:15:14 -0700


Kevin Finn writes:
> On Tue, 11 Jul 2000, you wrote:
> > Kevin Finn writes:
> > > 
> > > src/scm/design.txt specified this method:
> > > 
> > > (load "~/.xacc.auto")
> > > 
> > > which is a little out of date it seems.
> > 
> > Try
> > 
> > (gnc:load "~/.gnucash/config.auto")
> > 
> 
>      That was one of the first things I tried, but I see:
> 

Whoops, you're right. I added the .gnucash directory to the
search path in current CVS. Try this:

(gnc:load "config.auto")

dave