1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: emacs-moe-theme-el: Rename package to emacs-moe-theme.

* gnu/packages/emacs-xyz.scm (emacs-moe-theme-el): Define in terms of
'deprecated-package'.
(emacs-moe-theme): New variable, formerly known as "emacs-moe-theme-el".

Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Nicolas Graves 2025-05-18 10:16:29 +02:00 committed by Liliana Marie Prikler
parent f7e59a7e04
commit eb19b4f2f7
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -13512,9 +13512,9 @@ the same content bi-directionally.")
It is built on top of the custom theme support in Emacs 24 or later.")
(license license:gpl3+)))
(define-public emacs-moe-theme-el
(define-public emacs-moe-theme
(package
(name "emacs-moe-theme-el")
(name "emacs-moe-theme")
(version "1.0.1")
(source
(origin
@ -13533,6 +13533,9 @@ It is built on top of the custom theme support in Emacs 24 or later.")
variants.")
(license license:gpl3+)))
(define-deprecated/public emacs-moe-theme-el emacs-moe-theme
(deprecated-package "emacs-moe-theme-el" emacs-moe-theme))
(define-public emacs-color-theme-sanityinc-tomorrow
(package
(name "emacs-color-theme-sanityinc-tomorrow")