init push
This commit is contained in:
commit
235ec69321
16 changed files with 474 additions and 0 deletions
23
msg/hconfig.scm
Normal file
23
msg/hconfig.scm
Normal 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))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue