gnu: emacs-xyz: Fix indentation.

* gnu/packages/emacs-xyz.scm: Delete trailing newline.
(emacs-purescript-mode): Delete trailing space.
This commit is contained in:
Leo Prikler 2021-07-09 15:06:45 +02:00
parent 55d8eca5e9
commit 4236b8586d
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -7065,7 +7065,7 @@ (define-public emacs-purescript-mode
(add-before 'install 'make-info
(lambda _
(invoke "makeinfo" "--no-split"
"-o" "purescript-mode.info" "purescript-mode.texi"))))))
"-o" "purescript-mode.info" "purescript-mode.texi"))))))
(native-inputs
`(("texinfo" ,texinfo)))
(home-page "https://github.com/purescript-emacs/purescript-mode")
@ -28911,4 +28911,3 @@ (define-public emacs-kibit-helper
"Kibit Helper provides functions to work with the Kibit Leiningen plugin
for detecting and improve non-idiomatic Clojure source code.")
(license license:gpl3+)))