changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: add term to homer config cuz why not

changeset 510: 607f80be99ca
parent 509: 4963e69e226d
child 511: 8d7d5cf2ee11
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 04 Jul 2024 22:24:50 -0400
files: lisp/bin/homer.lisp
description: add term to homer config cuz why not
     1.1--- a/lisp/bin/homer.lisp	Thu Jul 04 22:03:45 2024 -0400
     1.2+++ b/lisp/bin/homer.lisp	Thu Jul 04 22:24:50 2024 -0400
     1.3@@ -22,6 +22,7 @@
     1.4    (krypt :initform (load-kryptrc) :initarg :krypt :type (or null pathname krypt-config))
     1.5    (packy :initform nil :initarg :packy :type (or null pathname pk-user-config))
     1.6    (mail :initarg :mail :type pathname)
     1.7+   (term :initform nil :type (or pathname null term-user-config))
     1.8    (shell :initarg :shell :type (or pathname shell-user-config))
     1.9    (editor :initarg :editor :type (or pathname editor-user-config))
    1.10    (wm :initarg :wm :type (or pathname wm-user-config))