add some notes

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1412 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 28 years ago
parent 2c3c59d4a2
commit 02ab5ad5c4

@ -106,6 +106,10 @@ file in all of the directories specified by gnc:*load-path*."
(gnc:warn "failure loading " auto-file)
#f))))))))))
;; the system config should probably be loaded from some directory
;; that wouldn't be a site wide mounted directory, like /usr/share
;; However, the code below seems to zero in on /usr/share/gnucash/config
;; ... ahh but that's OK, right ??
(define gnc:load-system-config-if-needed
(let ((system-config-loaded? #f))
(lambda ()

Loading…
Cancel
Save