bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36240: indent-code.el is not aware of (package (inherit ...)) style


From: Robert Vollmert
Subject: bug#36240: indent-code.el is not aware of (package (inherit ...)) style
Date: Sun, 16 Jun 2019 09:07:02 +0200

When encountering a package definition that starts

  (package (inherit other-package))

etc/indent-code.el will indent the rest of the package body
to align with the start of (inherit. That seems to be a
common idiom, used in roughly half of the instances:

guix/gnu/packages$ git grep '(inherit ' | wc -l
905
guix/gnu/packages$ git grep '(inherit ' | grep package | wc -l
425






reply via email to

[Prev in Thread] Current Thread [Next in Thread]