# HG changeset patch # User Richard Westhaver # Date 1722391041 14400 # Node ID ce91ffc6cc7a36b870586bbf478e5119db903f3d # Parent 35438b775bc4aab12643366015e2a1d7b4f4de32# Parent 0de98890711abb6bc72b2eaf010f7010f448ddd5 merge diff -r 35438b775bc4 -r ce91ffc6cc7a lisp/bin/homer.lisp --- a/lisp/bin/homer.lisp Tue Jul 30 21:57:02 2024 -0400 +++ b/lisp/bin/homer.lisp Tue Jul 30 21:57:21 2024 -0400 @@ -23,7 +23,7 @@ (defclass home-config (sxp id) ((user :initform *user* :initarg :user :type string) (path :initform nil :initarg :path :type (or pathname null)) - (src ::initform nil :initarg :src :type (or null pathname vc-repo)) + (src :initform nil :initarg :src :type (or null pathname vc-repo)) (skel :initform (load-user-skelrc) :initarg :skel :type (or null pathname sk-user-config)) (krypt :initform (load-kryptrc) :initarg :krypt :type (or null pathname krypt-config)) (packy :initform nil :initarg :packy :type (or null pathname pk-user-config))