mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-xyz: Fix indentation.
* gnu/packages/emacs-xyz.scm: Delete trailing newline. (emacs-purescript-mode): Delete trailing space.
This commit is contained in:
parent
55d8eca5e9
commit
4236b8586d
1 changed files with 1 additions and 2 deletions
|
@ -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+)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue