teams: Register the guix-emacs.el file to the Emacs team.

* etc/teams.scm.in (emacs): Add the
"gnu/packages/aux-files/emacs/guix-emacs.el" file to the scope of the Emacs
team.
This commit is contained in:
Maxim Cournoyer 2023-08-28 01:09:05 -04:00
parent 37a8f92340
commit 270cb1db2f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -242,7 +242,8 @@ packages (e.g. Astronomy, Chemistry, Math, Physics etc.)"
#:name "Emacs team"
#:description "The extensible, customizable text editor and its
ecosystem."
#:scope (list (make-regexp "^gnu/packages/emacs(-.+|)\\.scm$")
#:scope (list "gnu/packages/aux-files/emacs/guix-emacs.el"
(make-regexp "^gnu/packages/emacs(-.+|)\\.scm$")
"guix/build/emacs-build-system.scm"
"guix/build/emacs-utils.scm"
"guix/build-system/emacs.scm"