Add dir locals and add haunt dependency

This commit is contained in:
Vivianne 2023-12-12 23:45:07 -05:00
parent 170bff4d58
commit 4c17a3630b
2 changed files with 31 additions and 27 deletions

4
.dir-locals.el Normal file
View File

@ -0,0 +1,4 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((scheme-mode . ((tab-width . 4))))

View File

@ -21,10 +21,10 @@
("automake" ,automake)
("pkg-config" ,pkg-config)
("texinfo" ,texinfo)))
(inputs `(("guile" ,guile-3.0)))
(inputs (list guile-3.0
haunt))
(propagated-inputs `())
(synopsis "")
(description "")
(home-page "")
(license license:gpl3+))