mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
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:
parent
b7132c76c3
commit
03fd290423
1 changed files with 4 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue