Fix indenting

This commit is contained in:
Juliana Rat 2023-11-04 02:02:41 -04:00
parent 09ffc17617
commit ae990b4784
2 changed files with 34 additions and 34 deletions

View File

@ -1,32 +1,32 @@
(hall-description
(name "sloth")
(prefix "")
(version "0.1")
(author "An owl and a rat")
(email "stellarskylark@posteo.net")
(copyright (2023))
(synopsis "")
(description "")
(home-page "")
(license gpl3+)
(dependencies `(("guile-config" ,guile-config)
("guile-ncurses" ,guile-ncurses)
("guile-ts" ,guile-ts)))
(skip ())
(files (libraries
((directory "sloth" ((scheme-file "editor")
(scheme-file "interface")))))
(tests ((directory "tests" ())))
(programs
((directory "scripts" ((in-file "sloth")))))
(documentation
((directory "doc" ((texi-file "sloth")))
(text-file "LICENSE")
(symlink "README" "README.org")
(org-file "README")))
(infrastructure
((text-file ".gitignore")
(text-file "zhu-li")
(scheme-file "guix")
(scheme-file "hall")
(scheme-file "manifest")))))
(name "sloth")
(prefix "")
(version "0.1")
(author "An owl and a rat")
(email "stellarskylark@posteo.net")
(copyright (2023))
(synopsis "")
(description "")
(home-page "")
(license gpl3+)
(dependencies `(("guile-config" ,guile-config)
("guile-ncurses" ,guile-ncurses)
("guile-ts" ,guile-ts)))
(skip ())
(files (libraries
((directory "sloth" ((scheme-file "editor")
(scheme-file "interface")))))
(tests ((directory "tests" ())))
(programs
((directory "scripts" ((in-file "sloth")))))
(documentation
((directory "doc" ((texi-file "sloth")))
(text-file "LICENSE")
(symlink "README" "README.org")
(org-file "README")))
(infrastructure
((text-file ".gitignore")
(text-file "zhu-li")
(scheme-file "guix")
(scheme-file "hall")
(scheme-file "manifest")))))

View File

@ -14,9 +14,9 @@
(config api)
(config licenses)
(config parser sexp)
(sloth interface)
(sloth editor)
(ncurses curses))
(sloth editor)
(sloth interface)
(ncurses curses))
;; Commandline handling