gnu: Rename git-modes to emacs-git-modes.

* gnu/packages/emacs-xyz.scm (git-modes): Deprecate and rename to...
(emacs-git-modes): ... this.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Ahmad Draidi 2023-07-22 14:35:37 +04:00 committed by Liliana Marie Prikler
parent b7132c76c3
commit 03fd290423
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -153,6 +153,7 @@ (define-module (gnu packages emacs-xyz)
#:use-module (guix packages)
#:use-module (guix cvs-download)
#:use-module (guix download)
#:use-module (guix deprecation)
#:use-module (guix bzr-download)
#:use-module (guix gexp)
#:use-module (guix i18n)
@ -1287,7 +1288,7 @@ (define-public emacs-project-mode-line-tag
its mode line.")
(license license:gpl3+))))
(define-public git-modes
(define-public emacs-git-modes
(package
(name "emacs-git-modes")
(version "1.4.1")
@ -1311,6 +1312,8 @@ (define-public git-modes
@file{.git/config}.")
(license license:gpl3+)))
(define-deprecated/public-alias git-modes emacs-git-modes)
(define-public emacs-with-editor
(package
(name "emacs-with-editor")