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:
parent
f7e59a7e04
commit
eb19b4f2f7
1 changed files with 5 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue