mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
37a8f92340
commit
270cb1db2f
1 changed files with 2 additions and 1 deletions
|
@ -242,7 +242,8 @@ (define-team emacs
|
||||||
#:name "Emacs team"
|
#:name "Emacs team"
|
||||||
#:description "The extensible, customizable text editor and its
|
#:description "The extensible, customizable text editor and its
|
||||||
ecosystem."
|
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-build-system.scm"
|
||||||
"guix/build/emacs-utils.scm"
|
"guix/build/emacs-utils.scm"
|
||||||
"guix/build-system/emacs.scm"
|
"guix/build-system/emacs.scm"
|
||||||
|
|
Loading…
Reference in a new issue