init push

This commit is contained in:
Chad Nelson 2023-11-20 09:05:07 -07:00
commit 235ec69321
16 changed files with 474 additions and 0 deletions

23
msg/hconfig.scm Normal file
View file

@ -0,0 +1,23 @@
(define-module
(msg hconfig)
#:use-module
(srfi srfi-26)
#:export
(%version
%author
%license
%copyright
%gettext-domain
G_
N_
init-nls
init-locale))
(define %version "0.1")
(define %author "Chad Nelson")
(define %license 'gpl3+)
(define %copyright '(2023))