guix/etc
Maxim Cournoyer cb21ae7671
etc: indent-code.el: Use the --quick option.
This prevents Emacs from loading the autoload definitions found in its
profile, which needlessly clutters the output.  It also prevents Geiser (if
installed) from blocking the script and asking the user to input the Scheme
implementation to use.

The trick for passing multiple arguments to Emacs is to use what is called a
"sesquicolon" (see https://www.emacswiki.org/emacs/EmacsScripts).

* etc/indent-code.el.in: Rename to...
* etc/indent-code.el: ...this.  Adapt the shebang to use a sesquicolon, and
pass the --quick option to Emacs.  Since this line is interpreted by the
shell, simply use Emacs from the PATH instead of from a hard coded location.
(main): New procedure, used as the entry point.
* configure.ac: Remove the warning about Emacs.  Emacs can now be installed
any time by the user if they want to use the script.
* .gitignore: No longer ignore changes to etc/indent-code.el.
2020-05-14 23:05:42 -04:00
..
completion mailmap: Update entries for Nikita. 2020-05-13 09:30:26 +03:00
git etc: The pre-push hook says which commits failed the signature check. 2017-02-08 03:42:08 +01:00
init.d Add system start-up files for guix-daemon. 2020-03-11 02:45:33 +01:00
snippets Add (guix bzr-download). 2019-05-09 00:22:37 -04:00
substitutes etc: Remove hydra.gnu.org.pub key. 2019-06-29 14:27:22 +02:00
copyright.el etc: Add copyright. 2020-02-22 17:56:31 +03:00
guix-daemon.cil.in etc: Remove references to libexec/guix* from SELinux policy. 2019-09-08 11:49:25 +02:00
guix-daemon.conf.in build: Binary tarball now populates the "current-guix" profile. 2018-11-23 15:42:01 +01:00
guix-daemon.service.in etc: guix-daemon.service.in: Fix GUIX_LOCPATH quoting. 2019-06-05 11:48:55 +02:00
guix-install.sh guix-install.sh: /etc/profile.d/guix.sh sources ~/.guix-profile/etc/profile. 2020-03-22 00:02:23 +01:00
guix-publish.conf.in build: Binary tarball now populates the "current-guix" profile. 2018-11-23 15:42:01 +01:00
guix-publish.service.in etc: Fix GUIX_LOCPATH quoting in 'guix-publish.service' file. 2019-06-05 17:27:22 +02:00
indent-code.el etc: indent-code.el: Use the --quick option. 2020-05-14 23:05:42 -04:00
news.scm news: Add news entry for 'guix pack -RR' and Fakechroot. 2020-05-14 17:21:47 +02:00
release-manifest.scm Merge branch 'master' into core-updates 2020-04-15 19:26:55 +02:00
system-tests.scm tests: Use the same source as ci.guix.gnu.org. 2020-03-23 00:06:58 +01:00